summaryrefslogtreecommitdiffstats
path: root/background.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--background.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/background.js b/background.js
index aa0c279..9fa766c 100644
--- a/background.js
+++ b/background.js
@@ -50,6 +50,7 @@ const invidiousInstances = [
"https://invidiou.site",
"https://vid.mint.lgbt",
"https://invidious.site",
+ "https://yewtu.be",
"http://fz253lmuao3strwbfbmx46yu7acac2jz27iwtorgmbqlkurlclmancad.onion",
"http://qklhadlycap4cnod.onion",
"http://c7hqkpkpemu6e7emz5b4vyz7idjgdvgaaa3dyimmeojqbgpea3xqjoid.onion",
@@ -109,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\.).*)/;