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