Add viralking.xyz bypass (fixes #331)
This commit is contained in:
parent
6814e79cc5
commit
704f09d848
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user