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
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. |
||
---|---|---|
icons | ||
popup | ||
settings | ||
background.js | ||
LICENSE | ||
manifest.json | ||
preview.css | ||
README.md | ||
rss.xsl | ||
rsspreview.js |
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