Open Links is a Ubiquity plugin that allows you to open links on a page or normal URLs. That practically allows you to navigate the web without leaving your keyboard.
To use type ‘open’ (shortcut only ‘o’) followed by the name of any link on the page or a URL.
The source is available here openlinks.js.
First example illustrates navigation through a page. Matching is case-insensitive and 5 links are displayed as a suggestion.

You can alternatively start typing a URL and the plugin will lead you there.

Check out more Ubiquity plugins.

November 19th, 2008 at 14:35
hi, there is a mistake in you code which renders it unusable (at least with ubiquity 0.1.2).
At the very end
link="http://"+link.text;should be
link="http://"+link;And the same function is confused when you open pages with secure protocol (https://) you should add that.
greetings
September 25th, 2008 at 5:30
It would be really awesome if there was an “open in new tab” command aswell
September 18th, 2008 at 21:44
Andrew, thanks for pointing out to Vimperator. I have a hint how powerful it can be but is there an easy tutorial on how to use it? I am so confused
September 18th, 2008 at 16:31
I am really glad that somebody wrote this. There is a similar functionality in Vimperator which is one of the awesomest and most under appreciated mozilla addons. I would love it if ubiquity would develop a lot of the features of vimperator.
There are definitely things to be learned there.
September 8th, 2008 at 6:41
That’s nice, but Mozilla and Firefox have had link search for years: just type apostrophe (’) and any substring of the link name. Press Control+L to type a URL to visit.
September 4th, 2008 at 16:24
This is a sweet command! I love being mouse-free! Thanks for writing this!!!
August 29th, 2008 at 4:29
I’m getting a message “firebug required for full usage[object Object]” when i execute these commands, whether firebug is installed or not.