diff options
Diffstat (limited to 'src/assets')
-rw-r--r-- | src/assets/images/19-ekim-yet_8a72cdffcc924121a3a962b2a9794860.xlsx | bin | 19616 -> 0 bytes | |||
-rw-r--r-- | src/assets/javascripts/services.js | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/assets/images/19-ekim-yet_8a72cdffcc924121a3a962b2a9794860.xlsx b/src/assets/images/19-ekim-yet_8a72cdffcc924121a3a962b2a9794860.xlsx deleted file mode 100644 index deb7381b..00000000 --- a/src/assets/images/19-ekim-yet_8a72cdffcc924121a3a962b2a9794860.xlsx +++ /dev/null Binary files differdiff --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'], |