Skip to content

Instantly share code, notes, and snippets.

@Ventero
Created July 3, 2012 18:34
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/3041689 to your computer and use it in GitHub Desktop.
Save Ventero/3041689 to your computer and use it in GitHub Desktop.
Zombie Compartment Test for Greasemonkey
// ==UserScript==
// @name GM_registerMenuCommand Zombie Compartment Test
// @namespace ventero.de
// @include *
// ==/UserScript==
GM_registerMenuCommand("foo", function(){alert("click");});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment