ManeraKai 2023-11-08 19:55:49 +03:00
parent e21da3ec14
commit b8766c413e
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
3 changed files with 9 additions and 0 deletions

View File

@ -532,6 +532,7 @@ function redirect(url, type, initiator, forceRedirection) {
} }
return `${randomInstance}` return `${randomInstance}`
} }
case "twineo":
case "safetwitch": { case "safetwitch": {
if (url.hostname.startsWith("clips.")) { if (url.hostname.startsWith("clips.")) {
return `${randomInstance}/clip${url.pathname}${url.search}` return `${randomInstance}/clip${url.pathname}${url.search}`
@ -689,6 +690,7 @@ const defaultInstances = {
'indestructables': ['https://indestructables.private.coffee'], 'indestructables': ['https://indestructables.private.coffee'],
'destructables': ['https://ds.vern.cc'], 'destructables': ['https://ds.vern.cc'],
'safetwitch': ['https://safetwitch.drgns.space'], 'safetwitch': ['https://safetwitch.drgns.space'],
'twineo': ['https://twineo.exozy.me'],
'proxigram': ['https://proxigram.privacyfrontends.repl.co'], 'proxigram': ['https://proxigram.privacyfrontends.repl.co'],
'tuboYoutube': ['https://tubo.migalmoreno.com'], 'tuboYoutube': ['https://tubo.migalmoreno.com'],
'tuboSoundcloud': ['https://tubo.migalmoreno.com'], 'tuboSoundcloud': ['https://tubo.migalmoreno.com'],

View File

@ -183,6 +183,13 @@
"instanceList": true, "instanceList": true,
"url": "https://codeberg.org/dragongoose/safetwitch", "url": "https://codeberg.org/dragongoose/safetwitch",
"localhost": false "localhost": false
},
"twineo": {
"name": "Twineo",
"embeddable": true,
"instanceList": true,
"url": "https://codeberg.org/CloudyyUw/twineo",
"localhost": false
} }
}, },
"targets": [ "targets": [