diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/assets/images/19-ekim-yet_8a72cdffcc924121a3a962b2a9794860.xlsx | bin | 19616 -> 0 bytes | |||
-rw-r--r-- | src/assets/javascripts/services.js | 2 | ||||
-rw-r--r-- | src/config.json | 7 |
3 files changed, 9 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'], diff --git a/src/config.json b/src/config.json index 0f799adc..4c535371 100644 --- a/src/config.json +++ b/src/config.json @@ -183,6 +183,13 @@ "instanceList": true, "url": "https://codeberg.org/dragongoose/safetwitch", "localhost": false + }, + "twineo": { + "name": "Twineo", + "embeddable": true, + "instanceList": true, + "url": "https://codeberg.org/CloudyyUw/twineo", + "localhost": false } }, "targets": [ |