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.js3
1 files changed, 2 insertions, 1 deletions
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
 ];