From 6995752fc142221838f08256be1c612d6851339d Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 9 Jul 2017 22:29:54 +0300 Subject: [PATCH] Don't submit any parameters to homepage on install --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index cc559f8a..5adae9e8 100644 --- a/background.js +++ b/background.js @@ -61,7 +61,7 @@ updateIcon({id: undefined}, {}); // Do not display it in development mode. if (reason == 'install' && manifest.update_url) { setTimeout(openURL, 100, { - url: 'http://add0n.com/stylus.html?type=install' + url: 'http://add0n.com/stylus.html' }); } // reset L10N cache on UI language change or update