This commit is contained in:
Tim Speckhals 2018-09-11 11:34:32 +02:00
parent f21ec15caf
commit 6761bfc0f4
No known key found for this signature in database
GPG Key ID: A62ADB92F7ADEEB6
2 changed files with 20 additions and 3 deletions

View File

@ -579,6 +579,23 @@ if(document instanceof HTMLDocument)
safelyNavigate(m.getAttribute("content").split(";url=")[1])
}
})
domainBypass("telolet.in",()=>{
let b=document.querySelector("a#skip[href]")
if(b)
{
showNotification(msgs.timerSkip)
safelyNavigate(b.href)
}
else
{
let a=document.querySelector(".redirect_url > a[href]")
if(a)
{
showNotification(msgs.timerSkip)
safelyNavigate(a.href)
}
}
})
if(bypassed)
return
//Adf.ly Pre-Redirect Nonsense
@ -870,11 +887,11 @@ if(document instanceof HTMLDocument)
document.querySelector(".button.green").click()
return
}
if(location.hostname=="decrypt2.safelinkconverter.com"&&document.querySelector(".redirect_url a"))
if(location.hostname=="decrypt2.safelinkconverter.com"&&document.querySelector(".redirect_url > div[onclick]"))
{
window.open=safelyNavigate
showNotification(msgs.timerSkip)
document.querySelector(".redirect_url a").click()
document.querySelector(".redirect_url > div[onclick]").click()
return
}
let t=document.querySelector("title")

View File

@ -10,7 +10,7 @@
"name": "Universal Bypass",
"description": "__MSG_appDesc__",
"homepage_url": "https://universal-bypass.org/",
"version": "5.6.3",
"version": "5.6.4",
"author": "timmyRS",
"minimum_chrome_version": "41",
"options_ui": {