Add shon.xyz bypass (closes #876)
This commit is contained in:
parent
81095fb1be
commit
060101fd5a
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user