diff options
Diffstat (limited to 'src/assets/javascripts')
-rw-r--r-- | src/assets/javascripts/services.js | 89 |
1 files changed, 46 insertions, 43 deletions
diff --git a/src/assets/javascripts/services.js b/src/assets/javascripts/services.js index 6610b3d7..446926c0 100644 --- a/src/assets/javascripts/services.js +++ b/src/assets/javascripts/services.js @@ -172,6 +172,9 @@ function redirect(url, type, initiator, forceRedirection) { case "simplyTranslate": { return `${randomInstance}/${url.search}` } + case "mozhi": { + return `${randomInstance}` + } case "libreTranslate": { let search = url.search .replace("sl", "source") @@ -645,50 +648,50 @@ async function reverse(url) { } const defaultInstances = { - // This is still a little bit flaky, thus not activated by default - 'invidious': [ 'https://invidious.vhack.eu' ], - 'piped': [ ], - 'pipedMaterial': [ ], - 'cloudtube': [ ], - 'poketube': [ ], - 'proxiTok': [ ], - 'nitter': [ ], + 'invidious': [ 'https://invidious.vhack.eu' ], // still a little bit flaky, thus not active + 'piped': ['https://pipedapi-libre.kavin.rocks'], + 'pipedMaterial': ['https://piped-material.xn--17b.net'], + 'cloudtube': ['https://tube.cadence.moe'], + 'poketube': ['https://poketube.fun'], + 'proxiTok': ['https://proxitok.pabloferreiro.es'], + 'nitter': ['https://nitter.net'], 'libreddit': [ 'https://libreddit.vhack.eu' ], - 'teddit': [ ], - 'scribe': [ ], - 'libMedium': [ ], - 'quetre': [ ], - 'libremdb': [ ], - 'simplyTranslate': [ ], - 'searxng': [ ], - '4get': [ ], - 'rimgo': [ ], - 'hyperpipe': [ ], - 'facil': [ ], - 'osm': [ ], - 'breezeWiki': [ ], - 'neuters': [ ], - 'dumb': [ ], - "intellectual": [ ], - 'ruralDictionary': [ ], - 'anonymousOverflow': [ ], - 'biblioReads': [ ], - 'wikiless': [ ], - 'suds': [ ], - 'waybackClassic': [ ], - 'gothub': [ ], - 'mikuInvidious': [ ], - "tent": [ ], - "wolfreeAlpha": [ ], - "laboratory": [ ], - 'binternet': [ ], - 'pixivFe': [ ], - 'indestructables': [ ], - 'destructables': [ ], - 'safetwitch': [ ], - 'proxigram': [ ], - 'tuboYoutube': [ ], - 'tuboSoundcloud': [ ] + 'teddit': ['https://teddit.net'], + 'scribe': ['https://scribe.rip'], + 'libMedium': ['https://md.vern.cc'], + 'quetre': ['https://quetre.iket.me'], + 'libremdb': ['https://libremdb.iket.me'], + 'simplyTranslate': ['https://simplytranslate.org'], + 'mozhi': ['https://mozhi.aryak.me'], + 'searxng': ['https://search.bus-hit.me'], + '4get': ['https://4get.ca'], + 'rimgo': ['https://rimgo.vern.cc'], + 'hyperpipe': ['https://hyperpipe.surge.sh'], + 'facil': [' https://facilmap.org '], + 'osm': ['https://www.openstreetmap.org'], + 'breezeWiki': ['https://breezewiki.com'], + 'neuters': ['https://neuters.de'], + 'dumb': ['https://dm.vern.cc'], + "intellectual": ['https://intellectual.insprill.net'], + 'ruralDictionary': ['https://rd.vern.cc'], + 'anonymousOverflow': ['https://code.whatever.social'], + 'biblioReads': ['https://biblioreads.ml'], + 'wikiless': ['https://wikiless.org'], + 'suds': ['https://sd.vern.cc'], + 'waybackClassic': ['https://wayback-classic.net'], + 'gothub': ['https://gh.odyssey346.dev'], + 'mikuInvidious': ['https://mikuinv.resrv.org'], + "tent": ['https://tent.sny.sh'], + "wolfreeAlpha": ['https://gqq.gitlab.io', 'https://uqq.gitlab.io'], + "laboratory": ['https://lab.vern.cc'], + 'binternet': ['https://binternet.ahwx.org'], + 'pixivFe': ['https://pixivfe.exozy.me'], + 'indestructables': ['https://indestructables.private.coffee'], + 'destructables': ['https://ds.vern.cc'], + 'safetwitch': ['https://safetwitch.drgns.space'], + 'proxigram': ['https://proxigram.privacyfrontends.repl.co'], + 'tuboYoutube': ['https://tubo.migalmoreno.com'], + 'tuboSoundcloud': ['https://tubo.migalmoreno.com'], } function initDefaults() { |