Added more instances of teddit and libreddit
This commit is contained in:
parent
89d0640bbb
commit
8e3602145d
|
@ -110,9 +110,17 @@ const redditDomains = [
|
||||||
];
|
];
|
||||||
const redditBypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;
|
const redditBypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;
|
||||||
const oldRedditViews = [
|
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://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://old.reddit.com", // desktop
|
||||||
"https://i.reddit.com" // mobile
|
"https://i.reddit.com" // mobile
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue