From 5be3689096b6082a14b8b4d5a7edf008bcee8596 Mon Sep 17 00:00:00 2001 From: CEPU <9379770+Recehan-Slayer@users.noreply.github.com> Date: Sun, 2 Aug 2020 02:33:44 +0700 Subject: [PATCH] Update fcc.lc bypass --- injection_script.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/injection_script.js b/injection_script.js index 00b3420..866ef6b 100644 --- a/injection_script.js +++ b/injection_script.js @@ -1385,12 +1385,10 @@ ensureDomLoaded(()=>{ bypassed=false }) domainBypass("fcc.lc",()=>{ - const a=new URLSearchParams(location.search) - if(a.has("a")) - { - crowdPath(atob(a.get("a"))) - crowdBypass(()=>ifElement("a#surl",()=>awaitElement("a#surl[href]:not(.disabled)",a=>contributeAndNavigate(a.href)))) - } + 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))) + }) }) //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)