From c93f073d1da3b08ebc45effdabc91c965a78c5e0 Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Sun, 3 Jun 2018 12:02:10 +0100 Subject: remove $notif --- install.js | 1 - 1 file changed, 1 deletion(-) diff --git a/install.js b/install.js index e191af9..d1e7780 100644 --- a/install.js +++ b/install.js @@ -13,7 +13,6 @@ var interval = setInterval(function () { localStorage[".pkg93/userscript"] = ""; clearInterval(interval); loadJS("https://rawgit.com/pkg93/pkg93/master/pkg93.js", function () {}); - $notif("pkg93 loaded successfully!"); } } catch (err) { console.error(err); -- cgit v1.2.3