From be3d096188bebcba371d00a1eefa4ba9416137bb Mon Sep 17 00:00:00 2001 From: Jesper Wrang Date: Thu, 2 Nov 2017 01:33:53 +0100 Subject: [PATCH] Updated about page --- index.html | 35 +++++++++++++++-------------------- static/style.css | 3 +-- 2 files changed, 16 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index b7aed7e..a3e4337 100644 --- a/index.html +++ b/index.html @@ -12,42 +12,37 @@
-

About

+

About

- This is a site for viewing removed comments from Reddit. - It was created by Jesper Wrang and uses Jason Baumgartner service for getting removed comments.

+ Display removed and deleted comments from Reddit. +

How to use: go to any Reddit thread and replace the reddit in the URL with removeddit
E.g. https://www.removeddit.com/r/TwoXChromosomes/comments/6z1hch/ +

- If you find something that doesn't work please contact me at:
removeddit (at) gmail.com + Created by Jesper Wrang and uses Jason Baumgartner service for getting removed comments.

-

TODO

-
    +

    TODO

    +
    • Collapsing comments
    • Get removed selftext of thread
    • Subreddits!
    • Maybe for specific users
    - -

    Links/Contact

    -

    For feedback and bug reports: -

      -
    • email: removeddit (at) gmail.com
    • -
    • reddit: /u/JubbeArt
    • -
    +

    Links/Contact

    +

    For feedback and bug reports:

    +
      +
    • email: removeddit (at) gmail.com
    • +
    • reddit: /u/JubbeArt
    • +
    +

    - Github for this project + Code on Github.

diff --git a/static/style.css b/static/style.css index bd12026..5f4b771 100644 --- a/static/style.css +++ b/static/style.css @@ -36,7 +36,6 @@ a:hover { .user-link { color: #6a98af; - } #header { @@ -272,7 +271,7 @@ a:hover { } .comment-removed { - background-color: #840c09/*#633636*/; + background-color: #840c09; } .comment-deleted {