2.2.4
This commit is contained in:
parent
4687cdc74d
commit
8b9282f4cf
18
bypasses/linktl.js
Normal file
18
bypasses/linktl.js
Normal 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(){};
|
||||
}
|
||||
});
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user