We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f68dd5 commit 5c7cc83Copy full SHA for 5c7cc83
usergui.js
@@ -19,7 +19,7 @@ class UserGui {
19
}
20
21
if(!grantArr.includes("GM_setValue")) {
22
- prompt(`${this.#projectName} needs GM_getValue!\n\nPlease add this to your userscript's header...`, "// @grant GM_setValue");
+ prompt(`${this.#projectName} needs GM_setValue!\n\nPlease add this to your userscript's header...`, "// @grant GM_setValue");
23
24
25
0 commit comments