From 89d0640bbbb9665454911a03b42711448f577696 Mon Sep 17 00:00:00 2001 From: Soheb Date: Tue, 5 Jan 2021 14:01:21 +0000 Subject: Add support for libredd.it --- background.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/background.js b/background.js index 9fa766c1..5c773f84 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 ]; -- cgit 1.4.1 From 8e3602145d7d8886215925725c3e31b18e654176 Mon Sep 17 00:00:00 2001 From: Soheb Date: Tue, 5 Jan 2021 15:51:28 +0000 Subject: Added more instances of teddit and libreddit --- background.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/background.js b/background.js index 5c773f84..bef2f21a 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 ]; -- cgit 1.4.1