Remove internal version check
This commit is contained in:
parent
9d838e277a
commit
b3d715cc34
@ -676,12 +676,7 @@ ensureDomLoaded(()=>{
|
||||
document.querySelectorAll("form[action]").forEach(e=>e.action+="#ignoreCrowdBypass")
|
||||
document.querySelectorAll("a[href]").forEach(e=>e.href+="#ignoreCrowdBypass")
|
||||
}
|
||||
domainBypass("up-load.io",()=>{
|
||||
if(UNIVERSAL_BYPASS_INTERNAL_VERSION>=7)
|
||||
{
|
||||
insertInfoBox("{{msg.infoFileHoster}}")
|
||||
}
|
||||
})
|
||||
domainBypass("up-load.io",()=>insertInfoBox("{{msg.infoFileHoster}}"))
|
||||
domainBypass(/adfoc\.us|ads\.bdcraft\.net/,()=>ifElement(".skip[href]",b=>safelyNavigate(b.href)))
|
||||
domainBypass("srt.am",()=>{
|
||||
if(document.querySelector(".skip-container"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user