Rename website

This commit is contained in:
Christopher Gurnee 2021-10-06 23:42:45 +00:00
parent ffb0e4b5b7
commit e6d787f132
6 changed files with 29 additions and 27 deletions

View file

@ -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

2
dist/index.html vendored
View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Removeddit</title>
<title>Unddit</title>
<meta charset="UTF-8">
<meta type="description" content="Display removed and deleted comments from Reddit">
<meta type="author" content="Jesper Wrang">

View file

@ -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"
},

View file

@ -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') {

View file

@ -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 => {
</p>
<p>
<b>Usage</b>: Drag this bookmarklet
<a className='bookmarklet' href="javascript: document.location = document.URL.replace('reddit.com','removeddit.com');">
Removeddit
<a className='bookmarklet' href='javascript:window.open(location.href.replace(/(old\.|np\.|new\.)?reddit\.com\/r\/|reveddit\.com\/v\//i, "unddit.com/r/"), "_blank")'>
Unddit
</a>
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.
<br /><br />
Alternatively you can manually replace the <i>reddit</i> in the URL to <i>removeddit</i>.
Alternatively you can manually replace the <i>re</i> of <i>reddit</i> in the URL with <i>un</i>.
<br />
E.g. <a href='/r/TwoXChromosomes/comments/6z1hch/'>https://www.removeddit.com/r/TwoXChromosomes/comments/6z1hch/</a>
E.g. <a href='/r/TwoXChromosomes/comments/6z1hch/'>https://www.unddit.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.
<a href='https://pushshift.io/'> Jason Baumgartner's </a> service for getting removed comments.
</p>
<h2 className='todo'>FAQ</h2>
<b className='question'>Q: I posted some sensitive information on Reddit. Can you delete this from your page?</b>
<p>
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 (<a href='https://www.reddit.com/user/Stuck_In_the_Matrix'>/u/Stuck_In_the_Matrix</a>).
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 <a href='https://www.reddit.com/r/pushshift/comments/pat409/online_removal_request_form_for_removal_requests/'>instructions here</a>.
</p>
<b className='question'>Q: Didn't this site used to be named Removeddit?</b>
<p>
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.
</p>
<b className='question'>Q: How does it work?</b>
<p>
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 <a href='https://pushshift.io/'>pushshift.io</a> 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.
</p>
<b className='question'>Q: What's the difference between ceddit and removeddit?</b>
<b className='question'>Q: What's the difference between ceddit and Removeddit?</b>
<p>
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 => {
</ul>
</p>
<h2 className='contact'>Links/Contact</h2>
<p style={{ marginBottom: '8px' }}>For feedback and bug reports:</p>
<ul>
<li>email: removeddit (at) gmail.com</li>
<li>reddit: <a href='https://www.reddit.com/user/Jubbeart/'>/u/JubbeArt</a> (not active anymore)</li>
</ul>
<h2 className='contact'>Links</h2>
<p>
<a href='https://github.com/JubbeArt/removeddit'>Code on Github.</a>
<a href='https://github.com/gurnec/removeddit'>Code on Github.</a>
</p>
</div>
</div>

View file

@ -6,7 +6,7 @@ const Header = props => (
<header>
<div id='header'>
<h1>
<Link to='/'>Removeddit</Link>
<Link to='/'>Unddit</Link>
</h1>
<nav>
<Link to='/r/all'>/r/all</Link>