fixes #137
This commit is contained in:
Tim timmyRS Speckhals 2019-04-18 04:17:40 +02:00
parent a7bc5f7669
commit 8369648063
2 changed files with 1 additions and 31 deletions

View File

@ -975,36 +975,6 @@ if(document instanceof HTMLDocument)
s.style.display="block"
}
}
if(typeof x!="undefined")
{
if(document.querySelector("a.navbar-brand.logo-image[href='/'] > img[src='/img/4.png']"))//gslink.co
{
let a=document.querySelector("a.btnx[href][onclick]")
if(a)
{
safelyNavigate(a.href+"&ab=1")
return finish()
}
else
{
let b=document.querySelector("form[method='POST'] > input.btn[type='submit'][name='btn']")
if(b)
{
b.click()
return finish()
}
}
}
else if(document.querySelector(".img-responsive[alt='Gets URL']"))//gsul.me
{
let b=document.getElementById("link")
if(b)
{
safelyNavigate(b.href+"&ab=1")
return finish()
}
}
}
if(document.querySelector(".top-bar a[href='https://linkvertise.net']")&&typeof app!="undefined"&&app.handleRedirect)//Linkvertise.net
{
app.countdown=0

View File

@ -12,7 +12,7 @@
"name": "Universal Bypass",
"description": "__MSG_appDesc__",
"homepage_url": "https://universal-bypass.org/",
"version": "10.10.1",
"version": "10.10.2",
"author": "Tim \"timmyRS\" Speckhals",
"permissions": [
"storage",