diff --git a/content_script.js b/content_script.js index df40448..fee372e 100644 --- a/content_script.js +++ b/content_script.js @@ -755,6 +755,9 @@ if(document instanceof HTMLDocument) domainBypass("hokiwikiped.net",()=>{ ifElement("a#DrRO[href]",a=>safelyNavigate(a.href)) }) + domainBypass("viralking.xyz",()=>{ + ifElement("#mybutton > a[name='a'][href]",a=>safelyNavigate(a.href)) + }) //Insertion point 2 — insert bypasses running after the DOM is loaded above this comment if(bypassed) {