From 8b9282f4cf20a7b5a9e45d3b3af9e0fa98fa50aa Mon Sep 17 00:00:00 2001 From: timmyRS Date: Mon, 2 Apr 2018 17:28:20 +0200 Subject: [PATCH] 2.2.4 --- bypasses/linktl.js | 18 ++++++++++++++++++ manifest.json | 2 +- src/content_script.js | 1 + 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 bypasses/linktl.js diff --git a/bypasses/linktl.js b/bypasses/linktl.js new file mode 100644 index 0000000..cb5905f --- /dev/null +++ b/bypasses/linktl.js @@ -0,0 +1,18 @@ +Object.defineProperty(window, "countdown", { + value: 0, + writable: false +}); +Object.defineProperty(window, "rr", { + set: function(func) + { + func(); + if(document.querySelectorAll(".skip > .btn").length > 0) + { + document.querySelectorAll(".skip > .btn")[0].click(); + } + }, + get: function() + { + return function(){}; + } +}); diff --git a/manifest.json b/manifest.json index abbb91a..56fb98d 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "homepage_url": "https://universal-bypass.org/", - "version": "2.2.3", + "version": "2.2.4", "author": "timmyRS", "minimum_chrome_version": "41", "options_page": "html/options.html", diff --git a/src/content_script.js b/src/content_script.js index 194e423..7fbc9c2 100644 --- a/src/content_script.js +++ b/src/content_script.js @@ -13,6 +13,7 @@ if(document instanceof HTMLDocument) "cpmlink.net": "cpmlink.js", "admy.link": "admylink.js", "ysear.ch": "ysearch.js", + "link.tl": "linktl.js", "viid.su": "viidsu.js", "sub2unlock.com": "sub2unlockcom.js", "fame4.me": "fame4me.js",