From 42c5d3a9d5f2f7230c0ea744cf5d32d4ede7e9e5 Mon Sep 17 00:00:00 2001 From: Tim Speckhals Date: Wed, 4 Jul 2018 06:11:15 +0200 Subject: [PATCH] 5.2 --- content_script.js | 19 +++++++++++++++++++ manifest.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/content_script.js b/content_script.js index c960dd8..6d8fc23 100644 --- a/content_script.js +++ b/content_script.js @@ -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) diff --git a/manifest.json b/manifest.json index e8bf743..0e69db1 100644 --- a/manifest.json +++ b/manifest.json @@ -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": {