diff --git a/src/js/injection_script.js b/src/js/injection_script.js index 64f44a392..f4a37a7ce 100644 --- a/src/js/injection_script.js +++ b/src/js/injection_script.js @@ -2345,6 +2345,9 @@ ensureDomLoaded(()=>{ img.parentElement.getElementsByClassName("roll")[0].remove() }) domainBypass(/metroupdate\.biz|kangapip\.com/, ()=>myFunction()) + // mmcryptos domains + domainBypass(/clickscoin\.com|dogeclick\.net|sl\.mcmfaucets\.xyz|short\.mcmcryptos\.xyz/, () => awaitElement("button#mdt", 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")