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 bypassed=false
}) })
domainBypass("fcc.lc",()=>{ domainBypass("fcc.lc",()=>{
const a=new URLSearchParams(location.search) ifElement("form#form",()=>{
if(a.has("a")) window.setInterval=f=>setInterval(f,1)
{ ifElement(".btn-captcha",b=>b.parentNode.submit(),()=>awaitElement("a#surl[href]:not(.disabled)",a=>safelyNavigate(a.href)))
crowdPath(atob(a.get("a"))) })
crowdBypass(()=>ifElement("a#surl",()=>awaitElement("a#surl[href]:not(.disabled)",a=>contributeAndNavigate(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. //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) if(bypassed)