Add gsu.st bypass (closes #507; re #568)

This commit is contained in:
Tim "timmyRS" Speckhals 2019-11-10 10:52:08 +01:00
parent b9fc95a135
commit 216e6725e6

View File

@ -1050,6 +1050,9 @@ if(document instanceof HTMLDocument)
xhr.open("GET","https://linkvertise.net/api/v1/redirect/link/static"+location.pathname)
xhr.send()
})
domainBypass("gsu.st",()=>{
ifElement("#Subform input[type='submit'][name='btn'].btn",b=>b.click())
})
//Insertion point 2 — insert bypasses running after the DOM is loaded above this comment
if(bypassed)
{