Add ytsubme.com bypass (fixes #350)
This commit is contained in:
parent
79a9efd57b
commit
6672c84bee
@ -790,6 +790,12 @@ if(document instanceof HTMLDocument)
|
||||
domainBypass("hello.tribuntekno.com",()=>{
|
||||
ifElement("#splash p[style] > u > b > a[href]",a=>safelyNavigate(a.href))
|
||||
})
|
||||
domainBypass("ytsubme.com",()=>{
|
||||
ifElement("a#link",a=>{
|
||||
aTagChange()
|
||||
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