Skip to content

Commit

Permalink
Add bypass for exe.io step one (#122)
Browse files Browse the repository at this point in the history
Presses the button for the first step, second step needs crowd bypass
  • Loading branch information
NotAProton authored Sep 25, 2021
1 parent 353c765 commit a53f1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/injection_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a53f1cf

Please sign in to comment.