diff --git a/injection_script.js b/injection_script.js index 866ef6b..3d9eb55 100644 --- a/injection_script.js +++ b/injection_script.js @@ -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.