Merge pull request #323 from opalvault/add-old-reddit

Removes old.reddit.com/i.reddit.com/dead links. Adds old.reddit.com to redirection targets.
This commit is contained in:
Simon Brazell 2021-12-06 22:32:47 +11:00 committed by GitHub
commit 6503cb3b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -5,6 +5,7 @@ const targets = [
"amp.reddit.com",
"i.redd.it",
"redd.it",
"old.reddit.com",
];
const redirects = [
// libreddit: privacy w/ modern UI
@ -16,14 +17,11 @@ const redirects = [
"https://libreddit.silkky.cloud",
"https://libreddit.himiko.cloud",
"https://reddit.artemislena.eu",
"https://reddit.git-bruh.duckdns.org",
// teddit: privacy w/ old UI
"https://teddit.net",
"https://teddit.ggc-project.de",
"https://teddit.kavin.rocks",
"https://old.reddit.com", // desktop
"https://i.reddit.com", // mobile
"https://snew.notabug.io", // anti-censorship
"https://snew.notabug.io",
];
const bypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;