summaryrefslogtreecommitdiff
path: root/data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-15 03:01:21 +0300
committerawy <awy@awy.one>2025-08-15 03:01:21 +0300
commita9370a08517668b3e98cc1d0bd42df407a76c220 (patch)
tree37e7bdb0e76f5495f798e077e45d377c0c3870c0 /data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js
parentb73acfe395ea849fcd15c9886a7f4631f2b6f82b (diff)
ubo + private browsing patchHEADmaster
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.js32
1 files changed, 0 insertions, 32 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
deleted file mode 100644
index e37972b..0000000
--- a/data/extensions/{b7f9d2cd-d772-4302-8c3f-eb941af36f76}/assets/javascripts/helpers/reddit.js
+++ /dev/null
@@ -1,32 +0,0 @@
-const targets = [
- "www.reddit.com",
- "np.reddit.com",
- "new.reddit.com",
- "amp.reddit.com",
- "i.redd.it",
- "redd.it",
-];
-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://old.reddit.com", // desktop
- "http://red.lpoaj7z2zkajuhgnlltpeqh3zyq7wk2iyeggqaduhgxhyajtdt2j7wad.onion",
- "http://snoo.habeehrhadazsw3izbrbilqajalfyqqln54mrja3iwpqxgcuxnus7eid.onion",
-];
-const bypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;
-
-export default {
- targets,
- redirects,
- bypassPaths,
-};