From 882a6a407689e28dd2a0acadb548c91df8455c1f Mon Sep 17 00:00:00 2001 From: NotAProton Date: Sat, 25 Sep 2021 21:03:03 +0530 Subject: [PATCH] Add bypass for exe.io step one Presses the button for the first step, second steps need crowd bypass Resolve FastForwardTeam/FastForward#117 --- src/js/injection_script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/injection_script.js b/src/js/injection_script.js index 1191782d4..501fdeef6 100644 --- a/src/js/injection_script.js +++ b/src/js/injection_script.js @@ -2352,7 +2352,7 @@ ensureDomLoaded(()=>{ ifElement("form",form=>form.submit()) ifElement("#surl1",a=>a.click()) }) - + domainBypass(/exey\.io/, () => ifElement("button.btn.btn-primary.btn-goo", a => a.click())) //Insertion point for bypasses detecting certain DOM elements. Bypasses here will no longer need to call ensureDomLoaded. let t=document.querySelector("title")