The technology that Fortune 500 do not want you to know about. -- Alex James Anderson
📰 View news feeds inside the browser
Render syndication feeds
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.
Features
- Audio player;
- Automatic detection of syndicated content;
- Beautiful interface;
- Content filtering;
- Controllers;
- Customization of news reader handler;
- Customization of fonts;
- Customization of text size;
- Dark mode;
- Text direction control.
What is a Syndication News Feed?
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.
Samples
- [The IFERS Forum](https://ifers.forumotion.com/?ref=org.openuserjs.sjehuda.newspaper) ([XML](https://ifers.forumotion.com/feed/?type=atom&ref=org.openuserjs.sjehuda.newspaper)) ([Static Preview](https://github.com/greasemonkey/greasemonkey/files/11321118/newspaper.pdf))
- [Gajim XMPP Client](https://gajim.org/?ref=org.openuserjs.sjehuda.newspaper) ([XML](https://gajim.org/index.xml?ref=org.openuserjs.sjehuda.newspaper)); view as [PNG](https://user-images.githubusercontent.com/19249089/167972159-54a4040c-b56f-46c1-a581-2c8d24930d93.jpeg) or [PDF](https://github.com/mastodon/mastodon/files/8674313/Gajim.pdf) (with images)
- [BlackListed News](https://blacklistednews.com/?ref=org.openuserjs.sjehuda.newspaper) ([XML](https://blacklistednews.com/rss.php?ref=org.openuserjs.sjehuda.newspaper)); view as [PDF](https://github.com/yacy/yacy_search_server/files/11240710/blacklistednews.com.pdf) (text only)
- See further screenshots.
Upcoming changes
* Provide Media Load "Lazy" (so-called) content media loader;
* Skim pages (x entries per page);
* Handle media load;
* Color schemes as shown at [alligator.io](https://alligator.io/feed.xml)
Gecko
#### Enable JSON
- Navigate to `about:config`.
- Set `devtools.jsonview.enabled` to `false`.
#### Enable Atom & RSS
- Install [Open in Browser](https://addons.mozilla.org/firefox/addon/open-in-browser/)
- Import the following rules via extension preferences.
```js
{
"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
}
```
Recommended Userscripts
#### [Website Changes Monitor](https://greasyfork.org/scripts/491056-website-changes-monitor)
A powerful and flexible monitor that automatically detects changes on any website. Including support for POST requests and even complex pages that require dynamic security tokens (nonces/CSRF) to view content.
#### [RSS+Atom Feed Subscribe Button Generator](https://greasyfork.org/scripts/6261-rss-atom-feed-subscribe-button-generator)
Finds RSS and/or Atom links on a page and inserts 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).
<!--
Please visit our counterparts
Falkon Browser
Find RSS feeds on the site. This extension a button to toolbar and statusbar on which when you click the popup window with available feed will show up.
LibreWolf Browser
Native handling of RSS and Atom feed reading using live bookmarks.
Restore RSS Feed Livemarks in Firefox.
Renders some rss feeds as html.
Preview RSS feeds in the browser.
Restore some of RSS functionality which Firefox abandoned.
Chromium Browser
Indicate the availability of RSS or Atom feeds in the browser's URL bar and render a previews of feeds.
RSS reader like in the Opera browser.