Install
sjehuda / Newspaper

Published:

Version: 26.01.01+c7d42ed updated

Summary: 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).

Groups:

Homepage: https://schapps.woodpeckersnest.eu/newspaper/

Support: https://greasyfork.org/scripts/465932-newspaper/feedback

Copyright: 2023 - 2025, Schimon Jehudah (http://schimon.i2p)

License: MIT; https://opensource.org/licenses/MIT

Antifeature: unspecified

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;
  • 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.

Test


Recommended Userscripts

Our counterparts

Falkon Browser
  • RSS Finder
    https://store.falkon.org/p/1689113/
    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 Chromium Browser
  • 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.


HELP WANTED (CSS DESIGNER)

If you are good at CSS, you're more than welcome to help refining the CSS stylesheet used by this Userscript.

Thank you!


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

Gecko

Enable JSON

  • Navigate to about:config.
  • Set devtools.jsonview.enabled to false.

Enable Atom & RSS

  • Install 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
}

Member of RSS Task Force

Rating: 12

12 Votes
-12