mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
50 lines
No EOL
1.8 KiB
HTML
50 lines
No EOL
1.8 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; margin-bottom: 10px;">About</h2>
|
|
<p>
|
|
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.
|
|
</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>
|
|
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>
|
|
<h2 style="color:#239F2B; margin-bottom: 10px;">TODO</h2>
|
|
<ul style="margin: 0">
|
|
<li>Collapsing comments</li>
|
|
<li>Get removed selftext of thread</li>
|
|
<li>Subreddits!</li>
|
|
<li>Maybe for specific users</li>
|
|
</ul>
|
|
<h2 style="color: #1B767A; margin-bottom: 10px;">Links/Contact</h2>
|
|
<p style="margin-bottom:0">For feedback and bug reports:</p>
|
|
<ul style="margin-top: 5px;">
|
|
<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">Code on Github.</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |