This commit is contained in:
parent
b4575df159
commit
2609b5b466
|
@ -410,6 +410,7 @@ function rewrite(url, frontend, randomInstance) {
|
||||||
}
|
}
|
||||||
return `${randomInstance}${url.pathname}${url.search}`
|
return `${randomInstance}${url.pathname}${url.search}`
|
||||||
}
|
}
|
||||||
|
case "liteXiv":
|
||||||
case "pixivFe": {
|
case "pixivFe": {
|
||||||
const regex = /\/[a-z]{1,3}\/(.*)/.exec(url.pathname)
|
const regex = /\/[a-z]{1,3}\/(.*)/.exec(url.pathname)
|
||||||
if (regex) {
|
if (regex) {
|
||||||
|
@ -827,6 +828,7 @@ const defaultInstances = {
|
||||||
laboratory: ["https://lab.vern.cc"],
|
laboratory: ["https://lab.vern.cc"],
|
||||||
binternet: ["https://bn.bloat.cat"],
|
binternet: ["https://bn.bloat.cat"],
|
||||||
pixivFe: ["https://pixivfe.exozy.me"],
|
pixivFe: ["https://pixivfe.exozy.me"],
|
||||||
|
liteXiv: ["https://litexiv.exozy.me"],
|
||||||
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"],
|
||||||
|
|
|
@ -441,6 +441,11 @@
|
||||||
"name": "PixivFE",
|
"name": "PixivFE",
|
||||||
"instanceList": true,
|
"instanceList": true,
|
||||||
"url": "https://codeberg.org/VnPower/pixivfe"
|
"url": "https://codeberg.org/VnPower/pixivfe"
|
||||||
|
},
|
||||||
|
"liteXiv": {
|
||||||
|
"name": "LiteXiv",
|
||||||
|
"instanceList": true,
|
||||||
|
"url": "https://codeberg.org/Peaksol/LiteXiv"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"targets": [
|
"targets": [
|
||||||
|
|
Loading…
Reference in New Issue