Newspaper (Atom/RSS Feed Reader)

Native Feed Viewer. Render syndication feeds (supports ActivityStreams, Atom Syndication Format, JSON Feed, OPML, RDF, RSS, RSS-in-JSON and SMF).

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
schimon
일일 설치수
0
총 설치수
194
평점
2 0 0
버전
25.04.05
생성
2023-05-10
갱신
2025-04-04
크기
452KB
라이선스
MIT
동작 사이트
모든 사이트

The technology that Fortune 500 don't 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

  • See further screenshots.

Recommended Userscripts

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

Show All RSS Of The Site (If Any).


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