From f1fbfaf111205a1ebee7f00a8d83375977e52ece Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 5 Apr 2018 00:06:03 +0100 Subject: fixed outdated injector (don't tell rawgit pls) --- inject.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inject.user.js b/inject.user.js index 00d89eb..7679ca8 100644 --- a/inject.user.js +++ b/inject.user.js @@ -21,7 +21,7 @@ var interval = setInterval(function () { try { if (!!le) { clearInterval(interval); - loadJS("https://cdn.rawgit.com/1024x2/pkg93/ae2c5fe1/pkg93.js", function () {}); + loadJS("https://rawgit.com/1024x2/pkg93/master/pkg93.js", function () {}); $notif("pkg93 loaded successfully!"); } } catch (err) { -- cgit v1.2.3