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 08435a3921 Support handle URLs for YouTube detection
YouTube recently added support for handles and has updated some links in
the UI to default to these formats. The existing logic works without
modification once a new regex for matching against handle URLs is added.
2022-11-18 14:56:09 -05:00
icons use option to use color icon in url bar (#33) 2020-01-26 14:07:00 +01:00
popup Pass the opener tab ID to browser.tabs.create 2022-03-17 23:33:56 +01:00
settings add bypassCSP option + fix sync options in background 2022-01-14 17:19:42 +01:00
background.js Pass the opener tab ID to browser.tabs.create 2022-03-17 23:33:56 +01:00
LICENSE added LICENSE 2019-02-28 10:27:53 +01:00
manifest.json youtube: handle non-latin characters in channel name 2022-08-04 13:53:43 +02:00
preview.css handle lastbuilddate (#57) 2020-07-15 18:33:13 +02:00
README.md update readme 2019-06-25 22:08:23 +02:00
rss.xsl handle lastbuilddate (#57) 2020-07-15 18:33:13 +02:00
rsspreview.js Support handle URLs for YouTube detection 2022-11-18 14:56:09 -05: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