Improve pahe.in/me bypass
some links still use "?id=" for example: https://pahe.in/sonic-the-hedgehog-2020/
This commit is contained in:
parent
cb4163e0e5
commit
dc3d5b4c58
@ -1333,7 +1333,7 @@ ensureDomLoaded(()=>{
|
|||||||
}))
|
}))
|
||||||
/*jshint ignore:end*/
|
/*jshint ignore:end*/
|
||||||
}
|
}
|
||||||
domainBypass(/pahe\.(in|me)/,()=>document.querySelectorAll("a.shortc-button.small[href*='?c4871c3e35=']").forEach(a=>{
|
domainBypass(/pahe\.(in|me)/,()=>document.querySelectorAll("a.shortc-button.small[href*='?c4871c3e35='], a.shortc-button.small[href*='?id=']").forEach(a=>{
|
||||||
let qe=a.previousElementSibling
|
let qe=a.previousElementSibling
|
||||||
while(qe&&qe.tagName!="B"&&qe.tagName!="STRONG")
|
while(qe&&qe.tagName!="B"&&qe.tagName!="STRONG")
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user