Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/js/injection_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@ ensureDomLoaded(()=>{
// remove zoom icon
img.parentElement.getElementsByClassName("roll")[0].remove()
})
domainBypass("metroupdate.biz", ()=>myFunction())
domainBypass(/metroupdate.biz|kangapip.com/, ()=>myFunction())
Comment thread
lem6ns marked this conversation as resolved.
Outdated

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