NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
The technology that Fortune 500 do not want you to know about. -- Alex James Anderson
This software renders syndication feeds into readable and printable HTML file. It supports ActivityStream, Atom, JSON, RDF and RSS syndications.
If you are using LibreWolf, Waterfox etc., please replace your browser or follow the instructions at the bottom of this page in order to make the best use of this software.
Syndication Feed is a mean for content and media publishers to reach a wider audience easily. It allows you to receive information directly without the going from site to site.
Essentially, a feed is a function that allows “Feed Readers” to access multiple sites automatically looking for new content and then posting the information about new content and updates to another site, mobile app or desktop software at the office.
Feeds provide a way for users to keep up with the latest news, events, package and delivery status information posted on different sites such as news sites, music sites, content sites (i.e. social networks), torrent indexers and podcasts in one spot.
RSS+Atom Feed Subscribe Button Generator
https://greasyfork.org/en/scripts/6261-rss-atom-feed-subscribe-button-generator
Find RSS or Atom links on a page and display feed subscription links for use by aggregators.
RSS+ : Show Site All RSS
https://greasyfork.org/scripts/373252-rss-show-site-all-rss
Show All RSS Of The Site (If Any).
Feed Preview
https://code.guido-berhoerster.org/addons/firefox-addons/feed-preview/
Native handling of RSS and Atom feed reading using live bookmarks.
Livemarks
https://addons.mozilla.org/firefox/addon/livemarks/
Restore RSS Feed Livemarks in Firefox.
rss.html
https://addons.mozilla.org/firefox/addon/rss-html/
Renders some rss feeds as html.
RSSPreview
https://github.com/aureliendavid/rsspreview#rsspreview
Preview RSS feeds in the browser.
Want My RSS
https://github.com/Reeywhaar/want-my-rss#-want-my-rss
Restore some of RSS functionality which Firefox abandoned.
Foxish
http://davidhampgonsalves.com/foxish/
Indicate the availability of RSS or Atom feeds in the URL bar and render a previews of feeds.
The RSS Aggregator
RSS reader like in the Opera browser.
about:config.devtools.jsonview.enabled to false.{
"mime-mappings": {
"application/atom+xml": "1text/plain",
"application/rss+xml": "1text/plain",
"application/rdf+xml": "1text/plain",
"application/feed+json": "1text/plain",
"application/x-atom+xml": "1text/plain",
"application/x-rss+xml": "1text/plain",
"application/x-rdf+xml": "1text/plain",
"application/xml": "1text/plain",
"text/xml": "1text/plain"
},
"sniffed-mime-mappings": {
"application/atom+xml": "1text/plain",
"application/rss+xml": "1text/plain",
"application/rdf+xml": "1text/plain",
"application/feed+json": "1text/plain",
"application/x-atom+xml": "1text/plain",
"application/x-rss+xml": "1text/plain",
"application/x-rdf+xml": "1text/plain",
"application/xml": "1text/plain",
"text/xml": "1text/plain"
},
"text-nosniff": false,
"octet-sniff-mime": true,
"override-download-type": false
}
Rating: 12