Skip to content

Instantly share code, notes, and snippets.

@Ventero
Created July 6, 2015 18:28
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 Ventero/5fa164f2b0ba0471ce2d to your computer and use it in GitHub Desktop.
Save Ventero/5fa164f2b0ba0471ce2d to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name 2067 test
// @namespace test
// @include *
// @version 1
// @grant GM_registerMenuCommand
// ==/UserScript==
console.log("Greasemonkey script running");
GM_registerMenuCommand("test", function(){});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment