diff options
-rw-r--r-- | background.js | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/background.js b/background.js index a346e1a0..6fdce2d7 100644 --- a/background.js +++ b/background.js @@ -111,8 +111,17 @@ const redditDomains = [ ]; const redditBypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/; const oldRedditViews = [ - "https://teddit.net", // privacy + // teddit: privacy w/ old UI + "https://teddit.net", + "https://teddit.ggc-project.de", + "https://teddit.kavin.rocks", "https://snew.notabug.io", // anti-censorship + // 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 ]; |