1
0
mirror of https://github.com/aureliendavid/rsspreview.git synced 2025-08-22 11:18:37 +00:00
WebExtension to preview RSS feeds in the browser
Go to file
Jon Banafato acdf89e736 Improve YouTube feed detection
YouTube supports channels identified by both channel ID and channel
name. For example, https://www.youtube.com/c/dslrvideoshooter and
https://www.youtube.com/channel/UCMmA0XxraDP7ZVbv4eY3Omg are the same
channel, but the former has a more human-friendly URL. This change
allows the extension to detect the channel's RSS feed regardless of
which URL is loaded using the canonical link provided on each channel
page. This change is fully backward compatible.
2020-07-07 18:54:04 -04:00
icons use option to use color icon in url bar (#33) 2020-01-26 14:07:00 +01:00
popup use browser style for popup 2019-01-24 22:58:54 +01:00
settings use option to use color icon in url bar (#33) 2020-01-26 14:07:00 +01:00
background.js use option to use color icon in url bar (#33) 2020-01-26 14:07:00 +01:00
LICENSE added LICENSE 2019-02-28 10:27:53 +01:00
manifest.json minor release 3.12.1 2020-04-09 15:27:06 +02:00
preview.css CSS: Declare text color to default black 2020-01-25 15:30:32 +01:00
README.md update readme 2019-06-25 22:08:23 +02:00
rss.xsl add support for content:encoded in rss (#45) 2019-10-27 10:36:47 +01:00
rsspreview.js Improve YouTube feed detection 2020-07-07 18:54:04 -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