This commit is contained in:
Tim Speckhals 2019-01-07 20:52:57 +01:00
parent b51e2db022
commit 7a27c0078e
No known key found for this signature in database
GPG Key ID: A62ADB92F7ADEEB6
2 changed files with 11 additions and 17 deletions

View File

@ -411,22 +411,16 @@ if(document instanceof HTMLDocument)
safelyNavigate(b.href)
})
domainBypass("sub2unlock.com",()=>{
$(document).ready(()=>{
let steps=document.querySelectorAll(".uk.unlock-step-link.check")
if(steps.length)
{
steps.forEach(step=>{
if(step.className.substr(0,3)=="uk ")
{
step.className=step.className.substr(3)
}
})
steps[0].removeAttribute("target")
steps[0].setAttribute("href","#")
steps[0].click()
document.getElementById("link").click()
}
})
if(location.pathname.substr(0,10)=="/link/get/")
{
safelyNavigate(document.getElementById("link").href)
}
else
{
let f=document.getElementById("getLinkNow")
if(f)
document.getElementById("getLinkNow").submit()
}
})
domainBypass("srt.am",()=>{
if(document.querySelector(".skip-container"))

View File

@ -11,7 +11,7 @@
"name": "Universal Bypass",
"description": "__MSG_appDesc__",
"homepage_url": "https://universal-bypass.org/",
"version": "8.3.2",
"version": "8.3.3",
"author": "Tim \"timmyRS\" Speckhals",
"incognito": "split",
"options_ui": {