Update fcc.lc bypass

This commit is contained in:
CEPU 2020-08-02 02:58:30 +07:00
parent 5be3689096
commit ec5a88d661

View File

@ -1387,7 +1387,7 @@ ensureDomLoaded(()=>{
domainBypass("fcc.lc",()=>{
ifElement("form#form",()=>{
window.setInterval=f=>setInterval(f,1)
ifElement(".btn-captcha",b=>b.parentNode.submit(),()=>awaitElement("a#surl[href]:not(.disabled)",a=>safelyNavigate(a.href)))
ifElement(".btn-captcha",b=>setTimeout(()=>b.parentNode.submit(),1000),()=>awaitElement("a#surl[href]:not(.disabled)",a=>safelyNavigate(a.href)))
})
})
//Insertion point for domain-or-href-specific bypasses running after the DOM is loaded. Bypasses here will no longer need to call ensureDomLoaded.