Add shon.xyz bypass (closes #876)

This commit is contained in:
Tim "timmyRS" Speckhals 2020-01-26 17:48:46 +01:00
parent 81095fb1be
commit 060101fd5a

View File

@ -1069,6 +1069,12 @@ ensureDomLoaded(()=>{
}
}))
domainBypass("shirosafe.web.id",()=>ifElement("#generatem a[href]",a=>safelyNavigate(a.href)))
domainBypass("shon.xyz",()=>ifElement("form#skip",f=>{
f.action="/redirect/sgo"+location.pathname
f.innerHTML+='<input type="hidden" name="csr" value="c45a47f346f6fa5738b1731f35424e22">'
f.querySelector("input[name='il']").value="false"
f.submit()
}))
//Insertion point 2 — insert bypasses running after the DOM is loaded above this comment
if(bypassed)
{