about summary refs log tree commit diff stats
path: root/background.js
diff options
context:
space:
mode:
Diffstat (limited to 'background.js')
-rw-r--r--background.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/background.js b/background.js
index 983ede10..0ab7b968 100644
--- a/background.js
+++ b/background.js
@@ -110,8 +110,10 @@ const redditDomains = [
 ];
 const redditBypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;
 const oldRedditViews = [
+  "https://teddit.net", // privacy
+  "https://snew.notabug.io", // anti-censorship
   "https://old.reddit.com", // desktop
-  "https://i.reddit.com", // mobile
+  "https://i.reddit.com" // mobile
 ];
 const oldRedditDefaultView = oldRedditViews[0];
 const googleMapsRegex = /https?:\/\/(((www|maps)\.)?(google\.).*(\/maps)|maps\.(google\.).*)/;