GM 0.9.2
FF 3.6.16 on XP

You can replicate this by just using this script and looking at the
menu item order:

// ==UserScript==
// @name           testscript
// @include        *
// ==/UserScript==

GM_registerMenuCommand('one', function(){});
GM_registerMenuCommand('two', function(){});
GM_registerMenuCommand('three', function(){});


On Apr 21, 7:35 pm, jep <*[email protected]> wrote:
> I'm almost positive that at some point recently, the behavior of
> GM_registerMenuCommand was changed so that the menu items get added in
> reverse order from the older way.  Now if you call
> GM_registerMenuCommand, it adds the item at the TOP of the user menu.
> Previously it added it to the bottom.

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en.

Reply via email to