Fixed Bibloireads not redirecting /series https://github.com/libredirect/browser_extension/issues/728
This commit is contained in:
parent
a00e5d68b8
commit
8e93230930
|
@ -459,7 +459,6 @@ function redirect(url, type, initiator, forceRedirection) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
case "biblioReads": {
|
case "biblioReads": {
|
||||||
if (!url.pathname.startsWith('/book/show/') && url.pathname != '/') return randomInstance
|
|
||||||
return `${randomInstance}${url.pathname}${url.search}`
|
return `${randomInstance}${url.pathname}${url.search}`
|
||||||
}
|
}
|
||||||
case "wikiless": {
|
case "wikiless": {
|
||||||
|
|
Loading…
Reference in New Issue