2017-09-11 21:54:50 +00:00
<!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" >
2017-11-01 17:38:37 +00:00
< a href = "/" id = "header-title-link" > < h1 id = "header-title" > Removeddit< / h1 > < / a >
2017-09-11 21:54:50 +00:00
< / header >
< div id = "main" >
< div id = "main-box" class = "frontpage-box" >
2017-11-02 00:33:53 +00:00
< h2 style = "color:#CA302C; margin-top:5px; margin-bottom: 10px;" > About< / h2 >
2017-09-11 21:54:50 +00:00
< p >
2017-11-02 00:33:53 +00:00
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 >
2017-09-11 21:54:50 +00:00
< 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 >
2017-11-02 00:33:53 +00:00
2017-09-11 21:54:50 +00:00
< / p >
< p >
2017-11-02 00:33:53 +00:00
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.
2017-09-11 21:54:50 +00:00
< / p >
2017-11-02 00:33:53 +00:00
< h2 style = "color:#239F2B; margin-bottom: 10px;" > TODO< / h2 >
< ul style = "margin: 0" >
2017-09-11 21:54:50 +00:00
< li > Collapsing comments< / li >
< li > Get removed selftext of thread< / li >
2017-11-01 17:38:37 +00:00
< li > Subreddits!< / li >
< li > Maybe for specific users< / li >
2017-09-11 21:54:50 +00:00
< / ul >
2017-11-02 00:33:53 +00:00
< 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 >
2017-09-11 21:54:50 +00:00
< p >
2017-11-02 00:33:53 +00:00
< a href = "https://github.com/JubbeArt/removeddit" > Code on Github.< / a >
2017-09-11 21:54:50 +00:00
< / p >
< / div >
< / div >
< / body >
< / html >