Skip to content

Commit

Permalink
Properly declare permissions in @grant
Browse files Browse the repository at this point in the history
thanks user Laserbomb
  • Loading branch information
nickhall committed Apr 27, 2015
1 parent 364106a commit 7c1d1bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 7c1d1bc

Please sign in to comment.