about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authoralefvanoon <alefvanoon@tuta.io>2022-01-30 19:35:30 +0330
committeralefvanoon <alefvanoon@tuta.io>2022-01-30 19:35:30 +0330
commit2cdc55b8591dd65f6c7827660d5c826126f26aec (patch)
treea1258a47d1394dc10379fd81b1bd246480e49a51
parentSplitted options.js (diff)
downloadlibredirect-2cdc55b8591dd65f6c7827660d5c826126f26aec.zip
remove snew
-rw-r--r--README.md2
-rw-r--r--src/assets/javascripts/helpers/reddit.js1
2 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 46db61ba..2a97167c 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ A web extension that redirects YouTube, Twitter, Instagram... requests to altern
 - Youtube => [Invidious](https://github.com/iv-org/invidious) ([instances](https://docs.invidious.io/Invidious-Instances.md)), [FreeTube](https://github.com/FreeTubeApp/FreeTube)
 - Twitter => [Nitter](https://github.com/zedeus/nitter) ([instances](https://github.com/zedeus/nitter/wiki/Instances))
 - Instagram => [Bibliogram](https://sr.ht/~cadence/bibliogram/) ([instances](https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md))
-- Reddit => [Libreddit](https://github.com/spikecodes/libreddit#instances), [Teddit](https://codeberg.org/teddit/teddit#instances), [Snew](https://github.com/snew/snew), [Old Reddit](https://old.reddit.com), [Mobile Reddit](https://i.reddit.com)
+- Reddit => [Libreddit](https://github.com/spikecodes/libreddit#instances), [Teddit](https://codeberg.org/teddit/teddit#instances), [Old Reddit](https://old.reddit.com), [Mobile Reddit](https://i.reddit.com)
 - Google Search => [SearX](https://searx.github.io/searx/), [DuckDuckGo](https://duckduckgo.com), [Startpage](https://startpage.com), [Ecosia](https://www.ecosia.org), [Qwant](https://www.qwant.com), [Mojeek](https://www.mojeek.com), [Presearch](https://www.presearch.org), [Whoogle](https://benbusby.com/projects/whoogle-search/)
 - Translate => [SimplyTranslate](https://git.sr.ht/~metalune/simplytranslate_web) ([instances](https://git.sr.ht/~metalune/simplytranslate_web#list-of-instances))
 - Google Maps => [OpenStreetMap](https://www.openstreetmap.org/) ([instances](https://wiki.openstreetmap.org/wiki/Tile_servers))
diff --git a/src/assets/javascripts/helpers/reddit.js b/src/assets/javascripts/helpers/reddit.js
index 9e7846cb..07225f3e 100644
--- a/src/assets/javascripts/helpers/reddit.js
+++ b/src/assets/javascripts/helpers/reddit.js
@@ -23,7 +23,6 @@ const redirects = [
   "https://teddit.kavin.rocks",
   "https://old.reddit.com", // desktop
   "https://i.reddit.com", // mobile
-  "https://snew.notabug.io", // anti-censorship
 ];
 const bypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;