summaryrefslogtreecommitdiff
path: root/data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2024-11-25 20:16:48 -0500
committerMark H Weaver <mhw@netris.org>2024-11-25 20:23:48 -0500
commita70807983971f3459f6e397fb80e66bd6b7bc158 (patch)
tree6b31dfc1ad5df163607d2d662204bbb47a63b405 /data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js
parenta0b1a124e8e063a35389e1f20653047f37ca069b (diff)
Update Invidious/Nitter/Libreddit instances in "Privacy Redirect".
* data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/manifest.json, data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js, data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/twitter.js, data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/youtube.js: Remove instances that no longer work for me, and add some new instances listed in <https://docs.invidious.io/instances/>, <https://github.com/zedeus/nitter/wiki/Instances>, and <https://github.com/libreddit/libreddit-instances/blob/master/instances.md>.
Diffstat (limited to 'data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js')
-rw-r--r--data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js32
1 files changed, 9 insertions, 23 deletions
diff --git a/data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js b/data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js
index 0f7c0a4..0c6a176 100644
--- a/data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js
+++ b/data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js
@@ -8,33 +8,19 @@ const targets = [
];
const redirects = [
// libreddit: privacy w/ modern UI
- "https://libreddit.pussthecat.org",
- "https://libreddit.northboot.xyz",
- "https://r.walkx.fyi",
- "https://libreddit.kylrth.com",
- "https://libreddit.tiekoetter.com",
+ "https://safereddit.com",
+ "https://libreddit.kavin.rocks",
"https://reddit.rtrace.io",
- "https://libreddit.privacydev.net",
- "https://l.opnxng.com",
- "https://lr.slipfox.xyz",
- "https://libreddit.oxymagnesium.com",
- "https://reddit.utsav2.dev",
- "https://libreddit.freedit.eu",
- "https://lr.artemislena.eu",
- "https://reddit.smnz.de",
+ "https://libreddit.projectsegfau.lt",
"https://libreddit.bus-hit.me",
"https://snoo.habedieeh.re",
- // teddit: privacy w/ old UI
- "https://teddit.net",
- "https://teddit.zaggy.nl",
- "https://teddit.pussthecat.org",
- "https://teddit.bus-hit.me",
- "https://teddit.rawbit.ninja",
- "https://teddit.hostux.net",
- "https://teddit.no-logs.com",
- "https://teddit.projectsegfau.lt",
- "https://t.sneed.network",
+ "https://redlib.pussthecat.org",
+ "https://redlib.northboot.xyz",
+ "https://redlib.kylrth.com",
+ "https://lr.artemislena.eu",
"https://old.reddit.com", // desktop
+ "http://red.lpoaj7z2zkajuhgnlltpeqh3zyq7wk2iyeggqaduhgxhyajtdt2j7wad.onion",
+ "http://snoo.habeehrhadazsw3izbrbilqajalfyqqln54mrja3iwpqxgcuxnus7eid.onion",
];
const bypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;