Add shirosafe.web.id bypass (closes #860)

This commit is contained in:
Tim "timmyRS" Speckhals 2020-01-26 17:43:47 +01:00
parent d5ef979749
commit 81095fb1be

View File

@ -1068,6 +1068,7 @@ ensureDomLoaded(()=>{
safelyNavigate(decodeURIComponent(url.search.split("url=")[1].split("&")[0]))
}
}))
domainBypass("shirosafe.web.id",()=>ifElement("#generatem a[href]",a=>safelyNavigate(a.href)))
//Insertion point 2 — insert bypasses running after the DOM is loaded above this comment
if(bypassed)
{