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