Fix SafelinkU bypass interfering with AdLinkFly bypass (fixes #374)

This commit is contained in:
Tim "timmyRS" Speckhals 2019-08-23 20:09:09 +02:00
parent cf1e480fc2
commit 7d8e8eacdc

View File

@ -1124,10 +1124,12 @@ if(document instanceof HTMLDocument)
//AdLinkFly
if(typeof app_vars=="object")
{
if(location.search.substr(0,3)=="?a="&&document.querySelector("img[alt='SafelinkU']"))
if(location.search.substr(0,3)=="?a=")
{
//SafelinkU
window.setInterval=f=>setInterval(f,10)
if(document.querySelector("img[alt='SafelinkU']"))
{
window.setInterval=f=>setInterval(f,10)
}
crowdPath(location.search.substr(3))
}
domainBypass(/atv\\.pw|safe\\.mirrordown\\.com|kabarviral\\.blog/,()=>{