This commit is contained in:
parent
e21da3ec14
commit
b8766c413e
Binary file not shown.
|
@ -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'],
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue