Add confile.net bypass (fixes #408)

This commit is contained in:
Tim "timmyRS" Speckhals 2019-09-01 12:57:14 +02:00
parent 2ab5752f89
commit 6132fcdc59

View File

@ -839,6 +839,18 @@ if(document instanceof HTMLDocument)
f.submit() f.submit()
}) })
}) })
domainBypass("confile.net",()=>{
ifElement("#verif > form [type='submit']",b=>b.click(),()=>{
if(typeof downloadButton=="object"&&downloadButton instanceof HTMLAnchorElement)
{
safelyNavigate(downloadButton.href)
}
else
{
window.setInterval=f=>setInterval(f,1)
}
})
})
//Insertion point 2 — insert bypasses running after the DOM is loaded above this comment //Insertion point 2 — insert bypasses running after the DOM is loaded above this comment
if(bypassed) if(bypassed)
{ {