Skip to content

Commit

Permalink
Add meostream.com bypass (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: cloud <62519659+lem6ns@users.noreply.github.com>
  • Loading branch information
NotAProton and lem6ns authored Sep 19, 2021
1 parent d8aac2c commit 3ed9e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/injection_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2324,6 +2324,7 @@ ensureDomLoaded(()=>{
})
})
domainBypass("techynroll.com", ()=>awaitElement("a#enablebtn", a=>safelyAssign(a.href)))
hrefBypass(/meostream\.com\/links\//,()=> ifElement("a#link",safelyNavigate))

//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 3ed9e5f

Please sign in to comment.