mirror of
https://github.com/libredirect/browser_extension.git
synced 2026-08-02 01:59:17 -04:00
Added Offtiktok https://github.com/libredirect/browser_extension/issues/1018
This commit is contained in:
@@ -297,6 +297,7 @@ function rewrite(url, originUrl, frontend, randomInstance, type) {
|
||||
}
|
||||
return `${randomInstance}${url.pathname}${url.search}${url.hash}`
|
||||
}
|
||||
case "offtiktok":
|
||||
case "proxiTok":
|
||||
if (url.pathname.startsWith("/email")) return randomInstance
|
||||
return `${randomInstance}${url.pathname}${url.search}`
|
||||
@@ -853,6 +854,7 @@ const defaultInstances = {
|
||||
lightTube: ["https://tube.kuylar.dev"],
|
||||
poketube: ["https://poketube.fun"],
|
||||
proxiTok: ["https://proxitok.pabloferreiro.es"],
|
||||
offtiktok: ["https://www.offtiktok.com"],
|
||||
redlib: ["https://safereddit.com"],
|
||||
eddrit: ["https://eddrit.com"],
|
||||
troddit: ["https://www.troddit.com"],
|
||||
|
||||
@@ -375,6 +375,12 @@
|
||||
"instanceList": true,
|
||||
"url": "https://github.com/pablouser1/ProxiTok",
|
||||
"localhost": true
|
||||
},
|
||||
"offtiktok": {
|
||||
"name": "Offtiktok",
|
||||
"instanceList": true,
|
||||
"url": "https://github.com/MarsHeer/offtiktok",
|
||||
"localhost": false
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
|
||||
Reference in New Issue
Block a user