Add viralking.xyz bypass (fixes #331)

This commit is contained in:
Tim "timmyRS" Speckhals 2019-08-12 16:44:15 +02:00
parent 6814e79cc5
commit 704f09d848

View File

@ -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)
{