summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoheb <somoso@users.noreply.github.com>2021-01-05 14:01:21 +0000
committerGitHub <noreply@github.com>2021-01-05 14:01:21 +0000
commit89d0640bbbb9665454911a03b42711448f577696 (patch)
tree97bdd2599ff1f8a512c4c469021efeb92052711a
parenta075c449386d78003900fe2593f5a61c54ca95b0 (diff)
downloadprivacy-redirect-89d0640bbbb9665454911a03b42711448f577696.tar.gz
privacy-redirect-89d0640bbbb9665454911a03b42711448f577696.tar.bz2
privacy-redirect-89d0640bbbb9665454911a03b42711448f577696.zip
Add support for libredd.it
Diffstat (limited to '')
-rw-r--r--background.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/background.js b/background.js
index 9fa766c..5c773f8 100644
--- a/background.js
+++ b/background.js
@@ -110,8 +110,9 @@ const redditDomains = [
];
const redditBypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;
const oldRedditViews = [
- "https://teddit.net", // privacy
+ "https://teddit.net", // privacy w/ old UI
"https://snew.notabug.io", // anti-censorship
+ "https://libredd.it", // privacy w/ modern UI
"https://old.reddit.com", // desktop
"https://i.reddit.com" // mobile
];