From bf6cea6e77e6d3a5f71466078c64c85b9ec066a9 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 7 May 2018 19:18:09 +0100 Subject: update url --- inject.user.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/inject.user.js b/inject.user.js index af46629..c059dae 100644 --- a/inject.user.js +++ b/inject.user.js @@ -1,10 +1,12 @@ // ==UserScript== // @name pkg93 injecter // @namespace pkg93inject -// @version 0.1 +// @version 0.2 // @description Injects pkg93! // @author 1024x2 -// @match *://*.windows93.net/* +// @match *://www.windows93.net/* +// @match *://windows93.net/* +// @match *://v2.windows93.net/* // ==/UserScript== // Thanks, Draco! @@ -22,7 +24,7 @@ var interval = setInterval(function () { if (!!le) { localStorage[".pkg93/userscript"] = ""; clearInterval(interval); - loadJS("https://rawgit.com/1024x2/pkg93/master/pkg93.js", function () {}); + loadJS("https://rawgit.com/pkg93/pkg93/master/pkg93.js", function () {}); $notif("pkg93 loaded successfully!"); } } catch (err) { -- cgit v1.2.3