Skip to content

Instantly share code, notes, and snippets.

@arantius
Last active February 4, 2021 22:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arantius/10f7a8c998c2d06d84b8f9dad48b3f92 to your computer and use it in GitHub Desktop.
Save arantius/10f7a8c998c2d06d84b8f9dad48b3f92 to your computer and use it in GitHub Desktop.
// ==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