Newspaper (Syndication Feed Reader)

This software renders syndication feeds as XHTML; It supports Atom Activity Streams (Friendica, Nostr, OStatus), Atom Over XMPP (Blasta, Libervia, Movim, Rivista), BitTorrent RSS, JSON Feed, OPML, RDF (DOAP, FOAF, RSS, XMPP), RSS-in-JSON, Simple Machines Forum (SMF), Sitemap, The Atom Syndication Format, and Twtxt; and it also supports navigation (RFC 5005).

Versión del día 29/12/2025. Echa un vistazo a la versión más reciente.

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

You will need to install an extension such as Tampermonkey to install this script.

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
Schimon
Calificaciones
0 0 0
Versión
26.01.09
Creado
10/5/2023
Actualizado
29/12/2025
Tamaño
534 KB
Licencia
MIT
Funciona en
Todos los sitios

The technology that they 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 Activity Streams, Atom, JSON, RDF, RSS, Twtxt, and XMPP syndications.

If you are using LibreWolf, Waterfox etc., please replace your browser or follow the "Gecko" instructions at the bottom of this page in order to make the best use of this software.

Features
  1. Audio player;
  2. Automatic detection of syndicated content;
  3. Beautiful interface;
  4. Content filtering;
  5. Controllers;
  6. Customization of news reader handler;
  7. Customization of fonts;
  8. Customization of text size;
  9. Dark mode;
  10. Text direction control; and
  11. Torrent (BitTorrent) recognition.
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

Tales from Babylon

https://babylonobserver.com/feed/podcast

DIVA.EXCHANGE

https://diva.exchange/en/feed/atom/

postmarketOS Journal

https://postmarketos.org/blog/feed.atom

The IFERS Forum

https://ifers.forumotion.com/feed/?type=atom

Gajim XMPP Chat Client

https://gajim.org/index.xml

BlackListed News

https://blacklistednews.com/rss.php

See further screenshots.

Upcoming changes
  • Provide Media Load "Lazy" (so-called) content media loader;
  • Skim pages (x entries per page);
  • Presentation mode (an entry per page);
  • Handle media load; and
  • Customize CSS stylesheets (BSSG).
Gecko

Enable JSON

Navigate to `about:config`.

Set `devtools.jsonview.enabled` to `false`.

Enable Atom & RSS

Install extension software "Open in Browser"

https://addons.mozilla.org/firefox/addon/open-in-browser/

Import the following rules via extension preferences.

{
  "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

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.

https://greasyfork.org/scripts/491056-website-changes-monitor

RSS+Atom Feed Subscribe Button Generator

Finds RSS and/or Atom links on a page and inserts feed subscription links for use by aggregators.

https://greasyfork.org/scripts/6261-rss-atom-feed-subscribe-button-generator

RSS+ : Show Site All RSS

Show All RSS Of The Site (If Any).

https://greasyfork.org/scripts/373252-rss-show-site-all-rss

Member of RSS Task Force