mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
55 lines
No EOL
1.9 KiB
HTML
55 lines
No EOL
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Removeddit</title>
|
|
<meta charset="utf-8">
|
|
<link href="/static/style.css" rel="stylesheet">
|
|
<link rel="shotcut icon" href="/static/favicon.ico">
|
|
</head>
|
|
<body>
|
|
<header id="header">
|
|
<a href="/" id="header-title-link"><h1 id="header-title">Removeddit</h1></a>
|
|
</header>
|
|
<div id="main">
|
|
<div id="main-box" class="frontpage-box">
|
|
<h2 style="color:#CA302C; margin-top:5px">About</h2>
|
|
<p>
|
|
This is a site for viewing removed 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>
|
|
<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.
|
|
<a href="/r/TwoXChromosomes/comments/6z1hch/">
|
|
https://www.removeddit.com/r/TwoXChromosomes/comments/6z1hch/
|
|
</a>
|
|
</p>
|
|
<p>
|
|
If you find something that doesn't work please contact me at: <br><b>removeddit (at) gmail.com</b>
|
|
</p>
|
|
<h2 style="color:#239F2B">TODO</h2>
|
|
<ul>
|
|
<li>Collapsing comments</li>
|
|
<li>Get removed selftext of thread</li>
|
|
<li>Subreddits!</li>
|
|
<li>Maybe for specific users</li>
|
|
</ul>
|
|
<!--<h2 style="color:#CA752C">Acknowledgement</h2>
|
|
<p>
|
|
<a href="https://pushshift.io/">Jason Baumgartner</a> - for making all this possible with his amazing API
|
|
</p>
|
|
<p>
|
|
<a href="http://reddit.com/r/redditdev">/r/redditdev</a> - for helping with the Reddit API
|
|
</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>
|
|
<a href="https://github.com/JubbeArt/removeddit">Github for this project</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |