Skip to content

Commit cb91eee

Browse files
authored
Add metroupdate.biz bypass (#52)
1 parent 823c6af commit cb91eee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/js/injection_script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2325,6 +2325,7 @@ ensureDomLoaded(()=>{
23252325
})
23262326
domainBypass("techynroll.com", ()=>awaitElement("a#enablebtn", a=>safelyAssign(a.href)))
23272327
hrefBypass(/meostream\.com\/links\//,()=> ifElement("a#link",safelyNavigate))
2328+
domainBypass("metroupdate.biz", ()=>myFunction())
23282329

23292330
//Insertion point for bypasses detecting certain DOM elements. Bypasses here will no longer need to call ensureDomLoaded.
23302331
let t=document.querySelector("title")

0 commit comments

Comments
 (0)