There is RSS button on the address bar of Firefox when a web site is providing feed. You can add any feed subscriber by doing follows:
- Input
about:config
into address bar. - See there are some
browser.contentHandlers.types.N.(title|type|uri)
entries. - Add subscribers after them.
browser.contentHandlers.types.6.title = Fastladder
browser.contentHandlers.types.6.type = application/vnd.mozilla.maybe.feed
browser.contentHandlers.types.6.uri = http://fastladder.com/subscribe/%s
No comments:
Post a Comment