Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GM_registerMenuCommand is not working in 1.1 #1627

Closed
mjh563 opened this issue Sep 15, 2012 · 2 comments
Closed

GM_registerMenuCommand is not working in 1.1 #1627

mjh563 opened this issue Sep 15, 2012 · 2 comments
Milestone

Comments

@mjh563
Copy link

mjh563 commented Sep 15, 2012

Firefox 16 beta + Greasemonkey 1.1:

The "User script commands" menu doesn't open and gives this error:

Error: TypeError: el is undefined
Source File: resource://greasemonkey/util/emptyEl.js
Line: 4

This basic script will reproduce the problem:

// ==UserScript==
// @name Test
// @grant GM_registerMenuCommand
// ==/UserScript==

GM_registerMenuCommand ("test", function(){alert ("test")});

@mjh563
Copy link
Author

mjh563 commented Sep 15, 2012

It works okay in 1.0 but fails in 1.1

@Hpr222
Copy link

Hpr222 commented Sep 16, 2012

Having the same problem with all of my scripts as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants