在您安裝前,Greasy Fork希望您了解本腳本包含“可能不受歡迎的功能”,可能幫助腳本的作者獲利,而不能給你帶來任何收益。
此腳本會在您造訪的網站插入廣告。
Native Feed Viewer. Render syndication web feeds (supports ActivityStreams, Atom, JSON, RDF and RSS)
目前為
The technology that Fortune 500 and Web Giants don't want you to know about. -- Alex James Anderson
This script has a Help Page which contains references to Syndication technology for people who want to start with RSS. These references, according to Greasy Fork are considered Ads.
This programs renders web feeds into readable and printable HTML file. It supports ActivityStream, Atom, JSON, RDF and RSS syndications.
If you are using LibreWolf, Waterfox, Firefox or SeaMonkey, please follow instructions in order to make the best use of this program.
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 websites automatically looking for new content and then posting the information about new content and updates to another website, 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 websites such as news sites, music sites, content sites (i.e. social networks), torrent indexers and podcasts in one spot.
Before | After | |
---|---|---|
![]() |
> | ![]() |
Finds RSS and/or Atom links on a page and inserts feed subscription links for use by aggregators.
Find RSS feeds on the website. This extension a button to toolbar and statusbar on which when you click the popup window with available feed will show up.
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.
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.
about:config
.devtools.jsonview.enabled
to false
.{
"mime-mappings": {
"application/atom+xml": "1text/plain",
"application/rss+xml": "1text/plain",
"application/feed+json": "1text/plain"
},
"sniffed-mime-mappings": {},
"text-nosniff": false,
"octet-sniff-mime": true,
"override-download-type": false
}