From 7c1d1bc9e52cf9ab195e41859bd278d02dd09c10 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Mon, 27 Apr 2015 15:09:31 +0900 Subject: [PATCH] Properly declare permissions in @grant thanks user Laserbomb --- user.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/user.js b/user.js index 6d4b60e..6e5547e 100644 --- a/user.js +++ b/user.js @@ -5,7 +5,10 @@ // @include https://soitgo.es/ // @include https://soitgo.es/?* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js -// @version 1.2.2 +// @version 1.2.3 +// @grant GM_getValue +// @grant GM_setValue +// @grant GM_listValues // ==/UserScript== $(document).ready(function() {