Update fcc.lc bypass
This commit is contained in:
parent
780e34ec03
commit
5be3689096
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user