mirror of
https://github.com/SimonBrazell/privacy-redirect
synced 2025-02-08 15:58:53 +01:00
Update background.js
This commit is contained in:
parent
4bf5f20ad4
commit
5522efc2ab
@ -109,8 +109,10 @@ const redditDomains = [
|
|||||||
];
|
];
|
||||||
const redditBypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;
|
const redditBypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;
|
||||||
const oldRedditViews = [
|
const oldRedditViews = [
|
||||||
|
"https://teddit.net", // privacy
|
||||||
|
"https://snew.notabug.io", // anti-censorship
|
||||||
"https://old.reddit.com", // desktop
|
"https://old.reddit.com", // desktop
|
||||||
"https://i.reddit.com", // mobile
|
"https://i.reddit.com" // mobile
|
||||||
];
|
];
|
||||||
const oldRedditDefaultView = oldRedditViews[0];
|
const oldRedditDefaultView = oldRedditViews[0];
|
||||||
const googleMapsRegex = /https?:\/\/(((www|maps)\.)?(google\.).*(\/maps)|maps\.(google\.).*)/;
|
const googleMapsRegex = /https?:\/\/(((www|maps)\.)?(google\.).*(\/maps)|maps\.(google\.).*)/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user