diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-07-09 11:44:28 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-07-09 11:44:28 +0300 |
commit | 329a52ea8bf3c3e9e9bf9b00608fa13967985acc (patch) | |
tree | 1f1a57a898a68ee0f1917033badbdc7663675730 | |
parent | Added Biblioreads reverse redirect https://github.com/libredirect/browser_ext... (diff) | |
download | libredirect-329a52ea8bf3c3e9e9bf9b00608fa13967985acc.zip |
Removed not working default instanecs https://github.com/libredirect/browser_extension/issues/939
-rw-r--r-- | src/assets/javascripts/services.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/assets/javascripts/services.js b/src/assets/javascripts/services.js index 207ca52a..b556c223 100644 --- a/src/assets/javascripts/services.js +++ b/src/assets/javascripts/services.js @@ -733,13 +733,13 @@ const defaultInstances = { "tent": ['https://tent.sny.sh'], "wolfreeAlpha": ['https://gqq.gitlab.io', 'https://uqq.gitlab.io'], "laboratory": ['https://lab.vern.cc'], - 'binternet': ['https://binternet.ahwx.org'], + 'binternet': ['https://bn.bloat.cat'], 'pixivFe': ['https://pixivfe.exozy.me'], 'indestructables': ['https://indestructables.private.coffee'], 'destructables': ['https://ds.vern.cc'], 'safetwitch': ['https://safetwitch.drgns.space'], 'twineo': ['https://twineo.exozy.me'], - 'proxigram': ['https://proxigram.privacyfrontends.repl.co'], + 'proxigram': ['https://ig.opnxng.com'], 'tuboYoutube': ['https://tubo.migalmoreno.com'], 'tuboSoundcloud': ['https://tubo.migalmoreno.com'], 'tekstoLibre': ['https://davilarek.github.io/TekstoLibre'], |