gnuzilla

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

commit c939d76c33294791cce8ce1722bd6747dadbe31f
parent 35adb71ee0565545091e50a24465a1aa769dfe8f
Author: Mark H Weaver <mhw@netris.org>
Date:   Mon, 15 Sep 2025 14:37:18 -0400

Update Libreddit instances in "Privacy Redirect".

* data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js:
Update list of instances based on
<https://github.com/libreddit/libreddit-instances/blob/master/instances.md>.

Diffstat:
Mdata/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js | 12+-----------
1 file changed, 1 insertion(+), 11 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 @@ -9,19 +9,9 @@ const targets = [ const redirects = [ // libreddit: privacy w/ modern UI "https://safereddit.com", - "https://reddit.rtrace.io", - "https://libreddit.privacydev.net", - "https://l.opnxng.com", - "https://libreddit.projectsegfau.lt", - "https://discuss.whatever.social", - "https://snoo.habedieeh.re", - "https://redlib.pussthecat.org", - "https://redlib.northboot.xyz", - "https://redlib.kylrth.com", - "https://red.artemislena.eu", + "https://lr.vern.cc", "https://old.reddit.com", // desktop "http://red.lpoaj7z2zkajuhgnlltpeqh3zyq7wk2iyeggqaduhgxhyajtdt2j7wad.onion", - "http://snoo.habeehrhadazsw3izbrbilqajalfyqqln54mrja3iwpqxgcuxnus7eid.onion", ]; const bypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;