1
0
mirror of https://github.com/aureliendavid/rsspreview.git synced 2025-08-30 23:35:34 +00:00
WebExtension to preview RSS feeds in the browser
Go to file
Jon Banafato 6f1bba64d9 Add option to preview full feed contents
Currently, if a feed provides summaries of posts, it's not possible to
view the full content within the preview page. This change adds a new
option to choose between summary and full contents.
2019-02-27 22:45:16 -05:00
icons add basic feed detection (#11): 2019-01-19 17:44:24 +01:00
popup use browser style for popup 2019-01-24 22:58:54 +01:00
settings Add option to preview full feed contents 2019-02-27 22:45:16 -05:00
background.js fix contenttype trick on redirects (#13, #23) 2019-02-08 00:00:20 +01:00
manifest.json manifest v3.4 2019-02-14 23:05:32 +01:00
preview.css add option to display raw xml instead of preview (#29) 2019-02-14 21:44:15 +01:00
README.md update readme 2019-02-12 08:31:32 +01:00
rss.xsl Add option to preview full feed contents 2019-02-27 22:45:16 -05:00
rsspreview.js Add option to preview full feed contents 2019-02-27 22:45:16 -05:00

rsspreview

Firefox has removed support for RSS in versions 64+.

This includes the feed preview feature that was quite useful for some people.

This extension attempts to recreate it.

Download at: https://addons.mozilla.org/en-US/firefox/addon/rsspreview/

From version 3.0 on, feed detection on web pages is available, but disabled by default. It can be enable in the addon options and it will add an rss icon in the address bar on pages that declares an rss or atom feed.