This commit is contained in:
ManeraKai 2023-06-07 17:13:04 +03:00
parent a00e5d68b8
commit 8e93230930
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
1 changed files with 0 additions and 1 deletions

View File

@ -459,7 +459,6 @@ function redirect(url, type, initiator, forceRedirection) {
}
}
case "biblioReads": {
if (!url.pathname.startsWith('/book/show/') && url.pathname != '/') return randomInstance
return `${randomInstance}${url.pathname}${url.search}`
}
case "wikiless": {