We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8642f93 commit 660de05Copy full SHA for 660de05
1 file changed
documentation.md
@@ -22,6 +22,8 @@
22
Grant the userscript `GM.xmlHttpRequest` and require the UserGui, like so.
23
24
```js
25
+// @grant GM_getValue
26
+// @grant GM_setValue
27
// @grant GM.xmlHttpRequest
28
// @require https://raw.githubusercontent.com/AugmentedWeb/UserGui/main/usergui.js
29
```
0 commit comments