2007/03/04

Firefox のフィード・リーダとしてGoogle Readerを登録する方法

about:configで編集するか、users.js などに以下を追加すると幸せになれるようです。
(他に何も追加していなければ6番目のリーダとして登録)

via http://at-aka.blogspot.com/2006/10/firefox-20_26.html
user_pref("browser.contentHandlers.auto.application/vnd.mozilla.maybe.feed", "http://google.com/reader/view/feed/%s");
user_pref("browser.contentHandlers.types.6.title", "Google Reader");
user_pref("browser.contentHandlers.types.6.type", "application/vnd.mozilla.maybe.feed");
user_pref("browser.contentHandlers.types.6.uri", "http://google.com/reader/view/feed/%s");