Thursday, August 23, 2007

Firefox, RSS, and Netvibes


Netvibes is my favorite RSS reader/home page- it just does everything right. So I looked up how to add it to the "Subscribe to this feed using" option in Firefox. You need 3 new string values:
  • browser.contentHandlers.types.6.title => Netvibes
  • browser.contentHandlers.types.6.type => application/vnd.mozilla.maybe.feed
  • browser.contentHandlers.types.6.uri => http://www.netvibes.com/subscribe.php?url=%s
Replace "6" with the next sequential "browser.contentHandlers.types" number.

No comments: