summaryrefslogtreecommitdiffstats
path: root/background.js
diff options
context:
space:
mode:
authorSoheb <somoso@users.noreply.github.com>2021-01-05 15:51:28 +0000
committerGitHub <noreply@github.com>2021-01-05 15:51:28 +0000
commit8e3602145d7d8886215925725c3e31b18e654176 (patch)
tree7d4be68c59889cd641fa404c5b587e5004afe936 /background.js
parent89d0640bbbb9665454911a03b42711448f577696 (diff)
downloadprivacy-redirect-8e3602145d7d8886215925725c3e31b18e654176.tar.gz
privacy-redirect-8e3602145d7d8886215925725c3e31b18e654176.tar.bz2
privacy-redirect-8e3602145d7d8886215925725c3e31b18e654176.zip
Added more instances of teddit and libreddit
Diffstat (limited to '')
-rw-r--r--background.js12
1 files changed, 10 insertions, 2 deletions
diff --git a/background.js b/background.js
index 5c773f8..bef2f21 100644
--- a/background.js
+++ b/background.js
@@ -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
];