Last active
February 4, 2021 22:23
-
-
Save arantius/10f7a8c998c2d06d84b8f9dad48b3f92 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name GM.rmc example | |
// @version 1 | |
// @grant none | |
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js | |
// ==/UserScript== | |
GM_registerMenuCommand('GM.rmc example', () => alert('GM.rmc example')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment