diff options
author | Mark H Weaver <mhw@netris.org> | 2023-09-27 21:51:05 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2023-09-27 22:27:24 -0400 |
commit | b0f2f9dbb57e00ecf818cff0e6de85e1edbacbbe (patch) | |
tree | efcadd5969008b9f6033c9316932dcd86bfada06 /data | |
parent | e81fdc4132d57816a4a97844398e2e547d2e6e01 (diff) |
Update Libreddit/Teddit redirects in "Privacy Redirect".
The Libreddit instances are from
<https://github.com/libreddit/libreddit-instances/blob/master/instances.md>
and the Teddit instances are from
<https://codeberg.org/teddit/teddit>, excluding ones that didn't work
for me.
Diffstat (limited to 'data')
-rw-r--r-- | data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js | 38 |
1 files changed, 24 insertions, 14 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 6e3ffd5..0f7c0a4 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,23 +8,33 @@ const targets = [ ]; const redirects = [ // libreddit: privacy w/ modern UI - "https://libreddit.de", - "https://libreddit.spike.codes", - "https://libredd.it", - "https://libreddit.kavin.rocks", - "https://libreddit.insanity.wtf", - "https://libreddit.dothq.co", - "https://libreddit.silkky.cloud", - "https://libreddit.himiko.cloud", - "https://reddit.artemislena.eu", - "https://reddit.git-bruh.duckdns.org", + "https://libreddit.pussthecat.org", + "https://libreddit.northboot.xyz", + "https://r.walkx.fyi", + "https://libreddit.kylrth.com", + "https://libreddit.tiekoetter.com", + "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.bus-hit.me", + "https://snoo.habedieeh.re", // teddit: privacy w/ old UI "https://teddit.net", - "https://teddit.ggc-project.de", - "https://teddit.kavin.rocks", + "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://old.reddit.com", // desktop - "https://i.reddit.com", // mobile - "https://snew.notabug.io", // anti-censorship ]; const bypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/; |