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}`
|
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'],
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
Loading…
Reference in New Issue