Created
January 23, 2021 23:08
-
-
Save arantius/72f05cac3d6ff44cbac5023d08a3f0a8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 GM.registerMenuCommand | |
// ==/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