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 @@ - Removeddit + Unddit diff --git a/package.json b/package.json index 5273d53..007d1b8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "src/index.js", "repository": { "type": "git", - "url": "git+https://github.com/JubbeArt/removeddit.git" + "url": "git+https://github.com/gurnec/removeddit.git" }, "keywords": [ "reddit", @@ -16,9 +16,9 @@ "author": "Jesper Wrang", "license": "GPL-3.0", "bugs": { - "url": "https://github.com/JubbeArt/removeddit/issues" + "url": "https://github.com/gurnec/removeddit/issues" }, - "homepage": "https://github.com/JubbeArt/removeddit#readme", + "homepage": "https://github.com/gurnec/removeddit#readme", "standard": { "parser": "babel-eslint" }, diff --git a/src/api/removeddit/index.js b/src/api/removeddit/index.js index 9ba0ee6..5c8751a 100644 --- a/src/api/removeddit/index.js +++ b/src/api/removeddit/index.js @@ -1,4 +1,4 @@ -const baseURL = 'https://removeddit.com/api' +const baseURL = 'http://unddit.com/api' export const getRemovedThreadIDs = (subreddit = '', page = 1) => { if (subreddit.toLowerCase() === 'all') { diff --git a/src/pages/about.js b/src/pages/about.js index 6715b5f..a596e3e 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -2,7 +2,7 @@ import React from 'react' import { connect } from '../state' const About = props => { - document.title = 'About Removeddit' + document.title = 'About Unddit' if (props.global.state.statusImage !== undefined) { props.global.clearStatus() } @@ -20,36 +20,43 @@ const About = props => {

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.

FAQ

Q: I posted some sensitive information on Reddit. Can you delete this from your page?

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 => {

-

Links/Contact

-

For feedback and bug reports:

- +

Links

- 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 => (