Add ytsubme.com bypass (fixes #350)

This commit is contained in:
Tim "timmyRS" Speckhals 2019-08-18 22:05:58 +02:00
parent 79a9efd57b
commit 6672c84bee

View File

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