From ec5a88d6611b8eaf22668a090f18f79209e42931 Mon Sep 17 00:00:00 2001 From: CEPU <9379770+Recehan-Slayer@users.noreply.github.com> Date: Sun, 2 Aug 2020 02:58:30 +0700 Subject: [PATCH] Update fcc.lc bypass --- injection_script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.