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.
11 Comments
this sounds great, any updates for Ubiquity 0.5 ? please
This command makes ubiquity very useful, at least to me. Control+L may do the trick, as Philip Ganchev noted. But simply, L key is too far away to take.
I just wish Open command will open URL in a new tab, otherwise, I need to CTRL+T and then CTRL+Space.
Vladimir, could you please fix the JS file, as klabuster klaus suggested, at least, whenever you find the time? I just don't know what to do about it.
And adding an alternative new tab version would be useful indeed.
Thanks!
Where I have to change the wrong code?
hey, great plugin, but it doesn't work for me....I have to type the adress also with "http://". without this, it doesn't work - what should I do?
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
It would be really awesome if there was an "open in new tab" command aswell
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 :)
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.
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.
This is a sweet command! I love being mouse-free! Thanks for writing this!!!
I'm getting a message "firebug required for full usage[object Object]" when i execute these commands, whether firebug is installed or not.