1
0
mirror of https://github.com/aureliendavid/rsspreview.git synced 2025-08-22 19:28:39 +00:00
WebExtension to preview RSS feeds in the browser
Go to file
Felix Stupp dd13667ef7
CSS: Declare text color to default black
Because background color is defined, the text may be not readable if users changed their default colors in the "Preferences" page of Firefox. So to ensure the text can be read if the defaults are changed, the text color too should be declared.
2020-01-25 15:30:32 +01: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 v3.11 2019-10-27 10:38:04 +01: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 allow dash and underscore in youtube channel ids 2019-10-27 09:44:54 +01: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