8.3.3
This commit is contained in:
parent
b51e2db022
commit
7a27c0078e
@ -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"))
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user