[greasemonkey-users] Modifying User Script Commands menu

2009-08-08 Thread TonyV
I have a nifty script that I would like to add user options to. I've been playing around with the GM_registerMenuCommand function to add some user options, but it seems very, very limited currently. Most of the options are toggles, so I would love the ability to tell the menu command to be able

[greasemonkey-users] Re: Modifying User Script Commands menu

2009-08-08 Thread Patrick Wiseman
On Sat, Aug 8, 2009 at 11:30 AM, TonyVkingskip...@gmail.com wrote: I have a nifty script that I would like to add user options to.  I've been playing around with the GM_registerMenuCommand function to add some user options, but it seems very, very limited currently.  Most of the options are

[greasemonkey-users] Re: GM_setValue/GM_getValue not working in event listener set with addEventListener?!?

2009-08-08 Thread cc
All right, so I've read through those threads, and I can understand pretty well why this decision was made (and that it was indeed *made*, not merely blundered into by accident ;-)). It makes a lot of sense. However, I'm not seeing the workaround you mentioned. In point of fact, my script

[greasemonkey-users] Resources on rewriting Greasemonkey script into proper extension?

2009-08-08 Thread Matěj Cepl
Hi, I have a GM script at http://git.fedorahosted.org/git/?p=triage.git;a=blob_plain;f=greasemonkey/bugzillaBugTriage.user.js;hb=HEAD which I would like to rewrite into proper Firefox extension (mainly to get automated updates and make it more simpler for my users). I have tried GM compiler

[greasemonkey-users] Resources on rewriting Greasemonkey script into proper extension?

2009-08-08 Thread Matěj Cepl
Hi, I have a GM script at http://git.fedorahosted.org/git/?p=triage.git;a=blob_plain;f=greasemonkey/bugzillaBugTriage.user.js;hb=HEAD which I would like to rewrite into proper FF extension (mainly to get updates for the extension, and make it easier for my users). I have tried GM script