gnuzilla

default description
git clone https://git.awy.one/gnuzilla.git
Log | Files | Refs | README | LICENSE

commit b0f2f9dbb57e00ecf818cff0e6de85e1edbacbbe
parent e81fdc4132d57816a4a97844398e2e547d2e6e01
Author: Mark H Weaver <mhw@netris.org>
Date:   Wed, 27 Sep 2023 21:51:05 -0400

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:
Mdata/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js | 38++++++++++++++++++++++++--------------
1 file 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 @@ -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)/;