Update fcc.lc bypass

This commit is contained in:
CEPU 2020-08-02 02:33:44 +07:00
parent 780e34ec03
commit 5be3689096

View File

@ -1385,12 +1385,10 @@ ensureDomLoaded(()=>{
bypassed=false
})
domainBypass("fcc.lc",()=>{
const a=new URLSearchParams(location.search)
if(a.has("a"))
{
crowdPath(atob(a.get("a")))
crowdBypass(()=>ifElement("a#surl",()=>awaitElement("a#surl[href]:not(.disabled)",a=>contributeAndNavigate(a.href))))
}
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)))
})
})
//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)