Add iloadit11.info bypass (closes #1056)
This commit is contained in:
parent
abde86ba2e
commit
34698dc6db
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user