From b8766c413ea2c039a259f9881c8c566961b75d7f Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Wed, 8 Nov 2023 19:55:49 +0300 Subject: Added Twineo https://codeberg.org/LibRedirect/browser_extension/issues/103 --- src/assets/javascripts/services.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/assets/javascripts/services.js') diff --git a/src/assets/javascripts/services.js b/src/assets/javascripts/services.js index e56128c8..200645c1 100644 --- a/src/assets/javascripts/services.js +++ b/src/assets/javascripts/services.js @@ -532,6 +532,7 @@ function redirect(url, type, initiator, forceRedirection) { } return `${randomInstance}` } + case "twineo": case "safetwitch": { if (url.hostname.startsWith("clips.")) { return `${randomInstance}/clip${url.pathname}${url.search}` @@ -689,6 +690,7 @@ const defaultInstances = { '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'], 'tuboYoutube': ['https://tubo.migalmoreno.com'], 'tuboSoundcloud': ['https://tubo.migalmoreno.com'], -- cgit 1.4.1