diff --git a/README.md b/README.md index 375a82f..0817c61 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a done by comparing the comments being stored in [Jason Baumgartners](ht Download [npm](https://www.npmjs.com/get-npm) ```bash -git clone https://github.com/JubbeArt/removeddit.git && cd removeddit +git clone https://github.com/gurnec/removeddit.git && cd removeddit npm install npm start diff --git a/dist/index.html b/dist/index.html index 1e38dfb..796f640 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,7 +1,7 @@
-
Usage: Drag this bookmarklet
-
- Removeddit
+
+ Unddit
- to your bookmark bar and use it to get from reddit to removeddit.
+ to your bookmark bar and use it to get from reddit to Unddit.
- Alternatively you can manually replace the reddit in the URL to removeddit.
+ Alternatively you can manually replace the re of reddit in the URL with un.
- E.g. https://www.removeddit.com/r/TwoXChromosomes/comments/6z1hch/
+ E.g. https://www.unddit.com/r/TwoXChromosomes/comments/6z1hch/
Created by Jesper Wrang and uses - Jason Baumgartner service for getting removed comments. + Jason Baumgartner's service for getting removed comments.
No, I can't remove anything myself since I am not the not the one storing all the deleted comments. - This is done by an external service run by Jason Baumgartner (/u/Stuck_In_the_Matrix). - If you want something sensitive removed permanently you should contact him. + This is done by an external service run by Jason Baumgartner. + If you want something sensitive removed permanently you should follow the instructions here. +
+ Q: Didn't this site used to be named Removeddit? ++ The Removeddit site stopped working a short while ago, and this site was made to partially replace it. + All creddit for the software which makes this site possible goes to the original author, Jesper Wrang. + Any bugs or problems are due to this site's operator. + In particular, Unddit does not currently support browsing subreddits, only specific posts.
Q: How does it work?- This page is only possible because of the amzaing work done by Jason. + This page is only possible because of the amazing work done by Jason. His site pushshift.io activly listens for new comments on reddit and stores them in his own database. - Then sites like removeddit and ceddit can fetch these comment from pushshift. - Removeddit know what comment reddit shows (from Reddits API) and what comment should be showed (from Pushshifts API). + Then sites like Unddit and reveddit can fetch these comment from pushshift. + Unddit know what comment reddit shows (from Reddits API) and what comment should be showed (from Pushshifts API). By comparing the comments from these 2 APIs, we can figure out what has been deleted and removed.
- Q: What's the difference between ceddit and removeddit? + Q: What's the difference between ceddit and Removeddit?Not much. Removeddit was created as a temporary replacement for ceddit, at a time when ceddit didn't work. I thought this was necessary since I used ceddit more then Reddit itself. @@ -73,14 +80,9 @@ const About = props => {
-For feedback and bug reports:
-- Code on Github. + Code on Github.
diff --git a/src/pages/common/Header.js b/src/pages/common/Header.js index fd2583e..833cd43 100644 --- a/src/pages/common/Header.js +++ b/src/pages/common/Header.js @@ -6,7 +6,7 @@ const Header = props => (