We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7488c57 commit 8b0fd34Copy full SHA for 8b0fd34
1 file changed
examples/example_01.user.js
@@ -2,7 +2,9 @@
2
// @name Example-GUI
3
// @namespace HKR
4
// @match https://example.com/*
5
-// @grant GM.xmlHttpRequest
+// @grant GM_getValue
6
+// @grant GM_setValue
7
+// @grant GM_xmlhttpRequest
8
// @version 1.0
9
// @author HKR
10
// @description This is an example userscript made for UserGui
0 commit comments