diff options
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.js | 32 |
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)/; |