6.6 (closes #86)

This commit is contained in:
Tim Speckhals 2018-10-26 08:23:07 +02:00
parent 5c335330fe
commit d4d3fb2bdc
No known key found for this signature in database
GPG Key ID: A62ADB92F7ADEEB6
2 changed files with 7 additions and 1 deletions

View File

@ -717,6 +717,12 @@ if(document instanceof HTMLDocument)
return setBypassed()
}
//Other Templates
if(document.getElementById("getlink")&&document.getElementById("gotolink")&&document.getElementById("timer"))//tetewlink.me,vehicle-techno.cf
{
document.getElementById("gotolink").removeAttribute("disabled")
document.getElementById("gotolink").click()
return setBypassed()
}
if(document.querySelector("#tungguyabro")&&typeof WaktunyaBro=="number")//short.mangasave.me
{
WaktunyaBro=0

View File

@ -10,7 +10,7 @@
"name": "Universal Bypass",
"description": "__MSG_appDesc__",
"homepage_url": "https://universal-bypass.org/",
"version": "6.5.6",
"version": "6.6",
"author": "Tim \"timmyRS\" Speckhals",
"minimum_chrome_version": "41",
"options_ui": {