views:

1276

answers:

3

I am not interested in accessing the bookmarks menu or sidebar. The specific goal that I'm trying to accomplish is to be able to easily navigate (using only the keyboard) through the live bookmarks loaded from stack overflow by means of a feed reader and located on my bookmarks toolbar.

Notes:

  1. I have found an add-on that supposedly does exactly what I need: Bookmark Keys, but unfortunately it doesn't work in firefox 3), and is not being currently maintained.

  2. I'm using WinXP at work and Ubuntu 8.04 at home.

Edit: changed bookmark keys "not compatible" with firefox 3 to "not working" in firefox 3

+1  A: 

Try this: Get the incompatible Bookmarkkey extension file (disable JS then you should copy link location on the download button), open it with your favorite archive manager (holly cow, it's a zip after all:o), then edit the .RDF file, which is vanilla xml (mozilla folks loves file extension renaming!):

and change the maxversion to this one:

< em:maxVersion>3.0+< /em:maxVersion> (Space added in tags for web display)

then save your xpi archive and install it in your browser.

Curse the lazy extension developers and enjoy!

Vinzz
that's it? sounds deceptively simple :)
warren
Yep, if the extension also has an update tag, rip it off, it's now necessary to have an https update server, but no update is cool also.Be reassured that the whole architecture of FF extensions is tricky enough to please you!Disclosure: I'm a lazy extension dev. myself...
Vinzz
thanks for the tip, but it's not working. As the developer of the extension mentioned, on firefox 3 it simply doesn't work :)
driekken
Oh, sorry, I just made a smoke test and it seemed to work... Good luck for you search then!
Vinzz
A: 

Look here http://forums.mozillazine.org/viewtopic.php?f=7&amp;t=169333&amp;start=0&amp;st=0&amp;sk=t&amp;sd=a . Works fine for me. You ll need to set this extension http://forums.mozillazine.org/viewtopic.php?t=72994 to run keyconfig.

A: 

This is the best solution that I found: Site Launcher extension. Check out this article for the best description:

"Add Keyboard Shortcuts to Your Bookmarks"

http://www.firefoxfacts.com/2009/01/02/add-keyboard-shortcuts-to-your-bookmarks/

Mark