Updated about page

This commit is contained in:
Jesper Wrang 2017-11-02 01:33:53 +01:00
parent 92aad75ec7
commit be3d096188
2 changed files with 16 additions and 22 deletions

View file

@ -12,42 +12,37 @@
</header> </header>
<div id="main"> <div id="main">
<div id="main-box" class="frontpage-box"> <div id="main-box" class="frontpage-box">
<h2 style="color:#CA302C; margin-top:5px">About</h2> <h2 style="color:#CA302C; margin-top:5px; margin-bottom: 10px;">About</h2>
<p> <p>
This is a site for viewing removed comments from Reddit. Display <span title="Removed by mods" style="font-weight:bold; color:#ca302c;">removed</span> and <span title="Deleted by users" style="font-weight:bold; color:#00007D;">deleted</span> comments from Reddit.
It was created by <a href="https://github.com/JubbeArt/">Jesper Wrang</a> and uses <a href="https://pushshift.io/">Jason Baumgartner</a> service for getting removed comments.</p> </p>
<p> <p>
<b>How to use</b>: go to any Reddit thread and replace the <i>reddit</i> in the URL with <i>removeddit</i> <b>How to use</b>: go to any Reddit thread and replace the <i>reddit</i> in the URL with <i>removeddit</i>
<br>E.g. <br>E.g.
<a href="/r/TwoXChromosomes/comments/6z1hch/"> <a href="/r/TwoXChromosomes/comments/6z1hch/">
https://www.removeddit.com/r/TwoXChromosomes/comments/6z1hch/ https://www.removeddit.com/r/TwoXChromosomes/comments/6z1hch/
</a> </a>
</p> </p>
<p> <p>
If you find something that doesn't work please contact me at: <br><b>removeddit (at) gmail.com</b> Created by <a href="https://github.com/JubbeArt/">Jesper Wrang</a> and uses <a href="https://pushshift.io/">Jason Baumgartner</a> service for getting removed comments.
</p> </p>
<h2 style="color:#239F2B">TODO</h2> <h2 style="color:#239F2B; margin-bottom: 10px;">TODO</h2>
<ul> <ul style="margin: 0">
<li>Collapsing comments</li> <li>Collapsing comments</li>
<li>Get removed selftext of thread</li> <li>Get removed selftext of thread</li>
<li>Subreddits!</li> <li>Subreddits!</li>
<li>Maybe for specific users</li> <li>Maybe for specific users</li>
</ul> </ul>
<!--<h2 style="color:#CA752C">Acknowledgement</h2> <h2 style="color: #1B767A; margin-bottom: 10px;">Links/Contact</h2>
<p> <p style="margin-bottom:0">For feedback and bug reports:</p>
<a href="https://pushshift.io/">Jason Baumgartner</a> - for making all this possible with his amazing API <ul style="margin-top: 5px;">
</p> <li>email: removeddit (at) gmail.com</li>
<p> <li>reddit: <a href="https://www.reddit.com/user/Jubbeart/">/u/JubbeArt</a></li>
<a href="http://reddit.com/r/redditdev">/r/redditdev</a> - for helping with the Reddit API </ul>
</p>-->
<h2 style="color: #1B767A">Links/Contact</h2>
<p>For feedback and bug reports:
<ul>
<li>email: removeddit (at) gmail.com</li>
<li>reddit: <a href="https://www.reddit.com/user/Jubbeart/">/u/JubbeArt</a></li>
</ul>
<p> <p>
<a href="https://github.com/JubbeArt/removeddit">Github for this project</a> <a href="https://github.com/JubbeArt/removeddit">Code on Github.</a>
</p> </p>
</div> </div>
</div> </div>

View file

@ -36,7 +36,6 @@ a:hover {
.user-link { .user-link {
color: #6a98af; color: #6a98af;
} }
#header { #header {
@ -272,7 +271,7 @@ a:hover {
} }
.comment-removed { .comment-removed {
background-color: #840c09/*#633636*/; background-color: #840c09;
} }
.comment-deleted { .comment-deleted {