Skip to content

Instantly share code, notes, and snippets.

@arantius
Created January 23, 2021 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arantius/72f05cac3d6ff44cbac5023d08a3f0a8 to your computer and use it in GitHub Desktop.
Save arantius/72f05cac3d6ff44cbac5023d08a3f0a8 to your computer and use it in GitHub Desktop.
// ==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