Adding feed reader to Firefox
By adding a javascript button wqith the below instead of having to set it up manually as suggested to do in your tips&tricks:
navigator.registerContentHandler("application/vnd.mozilla.maybe.feed",
"http://theoldreader.com/feeds/subscribe?url=%s",
"The Old Reader");
https://developer.mozilla.org/en/docs/Adding_feed_readers_to_Firefox
15
votes

-
Anonymous commented
Looks like it's already implemented.