Add iloadit11.info bypass (closes #1056)

This commit is contained in:
ikancupang 2020-03-21 09:43:23 +07:00 committed by GitHub
parent abde86ba2e
commit 34698dc6db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1248,6 +1248,13 @@ ensureDomLoaded(()=>{
safelyNavigate(atob(s.get("to")))
}
})
domainBypass("iloadit11.info",()=>ifElement("button#timerbtn",()=>{
let f=document.createElement("form")
f.method="POST"
f.innerHTML='<input type="hidden" name="r_clicked" value="1">'
document.body.appendChild(f)
f.submit()
}))
//Insertion point for domain-or-href-specific bypasses running after the DOM is loaded. Bypasses here will no longer need to call ensureDomLoaded.
if(bypassed)
{