Filed under: Utilities, Web services, Browsers
Greasemonkey to Firefox add-on converter: why bother?
But what if you want to install all those userscripts as separate add-ons? Well, there's a userscript-to-xpi converter that – Wait a minute.
Why the heck would you want to install your userscripts that way? Loading up Greasemonkey is a lot faster than individually converting your scripts, and it also gives you access to any preferences that might come with them. Converting them to extensions seems like it would bog down your add-ons list, on top of being a royal pain the butt.
If you still want to go through with it, for some reason, the converter is an easy web form and seems to work pretty well.
[via gHacks]

So, just how good at time waster games are you? Think you've got the stuff? Well, The World's Hardest Game 2.0 doesn't think you do.
Yes, amazingly, it's possible to have a sequel to a game called "The World's Hardest Game". It doesn't seem logically possible, since if the first one was actually the world's hardest, how could another one come along and share the moniker? It made me doubt the name in the first place. That is, until I tried the game.
The mechanics of the game are very simple. You are a small red square, ...

Reader Comments (Page 1 of 1)
Trevor Johnson said 6:57PM on 9-02-2009
It would be amazing if you could roll up all your scripts into one big extension. That way you could easily back up your scripts.
Reply
as said 8:38PM on 9-02-2009
That is actually possible if your convert the scripts to xpi separately and then use the "cleo" firefox-addon to bundle a package.
https://addons.mozilla.org/en-US/firefox/addon/2942
Geoff said 7:08PM on 9-02-2009
I could see it being useful if you use Greasemonkey for just one user script and don't want all that overhead.
Or if you wrote a really great userscript and wanna open it up to a larger audience.
Reply
1ijack said 8:29PM on 9-02-2009
uses the same code as arantius --> http://arantius.com/misc/greasemonkey/script-compiler
Reply
Richard said 6:14AM on 9-03-2009
(1) It's easier to write a Greasemonkey script than it is a plugin (2) Getting your users to install Greasemonkey first and then the script isn't hard, but it's harder than just pointing them at the Mozilla Addons site (3) Users already know how to manage Addons (4) Addons get automatically updated, so no need for an additional Greasemonkey script to manage that (5) Significantly more people use Addons than Greasemonkey.
Reply
Bryan Price said 1:42PM on 9-03-2009
Everytime I've installed Greasemonkey, my browsing experience has gone to hell. I'm not sure that this is exactly Greasemonkey's fault (new installations didn't ever seemto fix the problem), but I'll pass.
Reply
kingabraham3 said 2:39PM on 9-03-2009
i would love the reverse: an add-on to userscript converter! userscripts don't require a restart, just a page refresh, so they're basically instantly installed, and just as easily disabled.
Reply
bwcbiz said 4:01PM on 9-04-2009
This sounds like a developer tool. Develop, code and debug your user script in Greasemonkey, then release it in the wild as an add-on.
???
Profit!
Reply