1
0
mirror of https://github.com/aureliendavid/rsspreview.git synced 2025-08-25 12:55:35 +00:00
WebExtension to preview RSS feeds in the browser
Go to file
Jon Banafato e8f697ade2 Add support for domain-specific feed detection
Refactor the `findFeeds` function to allow easy addition of custom
finder functions. This change does three things:

1. Breaks the iTunes and standard feed detection logic into their own respective functions
2.  Adds a YouTube feed detection function
3. Creates a mapping to support custom feed detection functions for
additional domains

Fixes #34.
2019-10-26 21:48:21 -04: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 display authors (#41) 2019-07-28 17:35:12 +02:00
background.js fix contenttype trick on redirects (#13, #23) 2019-02-08 00:00:20 +01:00
LICENSE added LICENSE 2019-02-28 10:27:53 +01:00
manifest.json added support for dc:creator (#43) 2019-08-13 22:01:09 +02:00
preview.css add option to display authors (#41) 2019-07-28 17:35:12 +02:00
README.md update readme 2019-06-25 22:08:23 +02:00
rss.xsl added support for dc:creator (#43) 2019-08-13 22:01:09 +02:00
rsspreview.js Add support for domain-specific feed detection 2019-10-26 21:48:21 -04:00

rsspreview

Firefox has removed support for RSS in versions 64+, including the useful preview feature.

This extension attempts to recreate it.

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

Additional features:

  • feed detection and address bar button
  • detect feeds from itunes podcast pages
  • custom css support