diff --git a/content_script.js b/content_script.js index c15f1da..1747b72 100644 --- a/content_script.js +++ b/content_script.js @@ -865,6 +865,9 @@ if(document instanceof HTMLDocument) domainBypass("spacetica.com",()=>{ ifElement("a.btn-primary[href]",a=>safelyNavigate(a.href)) }) + domainBypass("uiz.io",()=>{ + ifElement("#go-adsredirect",f=>f.submit()) + }) //Insertion point 2 — insert bypasses running after the DOM is loaded above this comment if(bypassed) {