mirror of
https://github.com/libredirect/browser_extension.git
synced 2026-05-24 16:29:40 -04:00
Merge pull request #138 from austinhuang0131/patch-2
Add Teddit and Snew to reddit redirect options
This commit is contained in:
@@ -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\.).*)/;
|
||||
|
||||
Reference in New Issue
Block a user