Added more instances of teddit and libreddit

This commit is contained in:
Soheb 2021-01-05 15:51:28 +00:00 committed by GitHub
parent 89d0640bbb
commit 8e3602145d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -110,9 +110,17 @@ const redditDomains = [
];
const redditBypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;
const oldRedditViews = [
"https://teddit.net", // privacy w/ old UI
// teddit: privacy w/ old UI
"https://teddit.net",
"https://teddit.ggc-project.de",
"https://teddit.kavin.rocks",
"https://snew.notabug.io", // anti-censorship
"https://libredd.it", // privacy w/ modern UI
// libreddit: privacy w/ modern UI
"https://libredd.it",
"https://libreddit.spike.codes",
"https://libreddit.kavin.rocks",
"https://libreddit.insanity.wtf",
"https://libreddit.dothq.co",
"https://old.reddit.com", // desktop
"https://i.reddit.com" // mobile
];