This commit is contained in:
timmyRS 2018-04-02 17:28:20 +02:00
parent 4687cdc74d
commit 8b9282f4cf
3 changed files with 20 additions and 1 deletions

18
bypasses/linktl.js Normal file
View File

@ -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(){};
}
});

View File

@ -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",

View File

@ -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",