Greasemonkey Command With Input String For Ubiquity 0.5
I have been working hard on this for the last week, trying to get a better version out by getting an update I did for Greasemonkey into the trunk (this will take a lot of time, and will be an improvement), but I am now pleased to release a version of the Greasemonkey Ubiquity Command (ready for Ubiquity 0.5) which will accept an input string.
What is it?
It is a Ubiquity command which allows you find and execute Greasemonkey menu commands.
How do you get it?
- Get Ubiquity 0.5 or greater.
- Get Greasemonkey.
- Get the Greasemonkey Ubiquity Command.
- Get a UserScript with a menu command, and that is it!
Example
I have written an example userscript adapted for this Ubiquity command here. It is a Greasemonkey menu command for IMDB pages like this one, which allows you to vote on the movie without using the ui provided.
To try the userscript, install it, and make sure you have ubiquity, greasemonkey, and the command; all of which I link to above. Then go to a movie page on imdb.com on which you see the rating stars, and you will need to be logged in to IMDB in order to make a rating. Then, in Ubiquity, type "greasemonkey vote with 5", where you can replace 5 with your vote out of 10. Once you execute this, your vote should change.
Screenshot
The Future
There are many many ideas I have come up with so far, for sites that could use a site specific Ubiquity command, offering the @include/@exclude and other features of Greasemonkey, so I find this is a happy way to bridge the two worlds together. So I expect that there will be many Greasemonkey menu commands built to work with Ubiquity, and all of those that exist today can easily be updated to accomodate this Ubiquity command.
I have also been thinking about making another Ubiquity command soon, or updating this one, so that site owners can offer site specific commands for their site, on their site, without asking the user to install them (which they can do now by methods I describe above). The idea is like hotkeys essentially, but so much better, as you don't have to remember the keys, and there is an input string.
I hope you enjoy this, and would love to hear some feedback! tweet me

@erikvold