5.2
This commit is contained in:
parent
53d54eb72b
commit
42c5d3a9d5
@ -518,6 +518,14 @@ if(document instanceof HTMLDocument)
|
||||
safelyNavigate(b.href)
|
||||
}
|
||||
})
|
||||
domainBypass("mazika2day.com",()=>{
|
||||
let b=document.querySelector(".linkbtn")
|
||||
if(b&&b.href)
|
||||
{
|
||||
showNotification(msgs.timerSkip)
|
||||
safelyNavigate(b.href)
|
||||
}
|
||||
})
|
||||
if(bypassed)
|
||||
return
|
||||
if(typeof appurl!="undefined"&&typeof token!="undefined")//GemPixel Premium URL Shortener
|
||||
@ -626,6 +634,17 @@ if(document instanceof HTMLDocument)
|
||||
safelyNavigate(document.querySelector("a#btn-main.disabled").href)
|
||||
return
|
||||
}
|
||||
if(document.querySelector("a.redirectBTN.disabled")&&document.querySelector(".timer"))//Arablionz.online
|
||||
{
|
||||
showNotification(msgs.timerSkip)
|
||||
safelyNavigate(document.querySelector("a.redirectBTN.disabled").href)
|
||||
return
|
||||
}
|
||||
if(document.querySelector(".shortened_link a[href][ng-href][target='_blank']"))//Go2to.com,Go2too.com,Golink.to
|
||||
{
|
||||
showNotification(msgs.timerSkip)
|
||||
safelyNavigate(document.querySelector(".shortened_link a[href][ng-href][target='_blank']").href)
|
||||
}
|
||||
if(document.querySelector("form#skip")&&document.getElementById("btn-main")&&!document.querySelector(".g-recaptcha"))
|
||||
{
|
||||
showNotification(msgs.timerSkip)
|
||||
|
@ -9,7 +9,7 @@
|
||||
"name": "Universal Bypass",
|
||||
"description": "__MSG_appDesc__",
|
||||
"homepage_url": "https://universal-bypass.org/",
|
||||
"version": "5.1.1",
|
||||
"version": "5.2",
|
||||
"author": "timmyRS",
|
||||
"minimum_chrome_version": "41",
|
||||
"options_ui": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user