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
J. Tóth Tamás 4c68719d6d Pass the opener tab ID to browser.tabs.create
This means that:
- the RSS preview tab opens in the same container in which the opener
  tab was open (without need for extra permissions);
- the RSS preview tab appears right next to the tab from which it was
  opened, not at the end of the tab bar; and
- if the user closes the tab without switching tabs between opening and
  closing the tab, Firefox activates the previous tab (i.e. from which
  the RSS preview was opened), not the next one.
2022-03-17 23:33:56 +01: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 release 3.16 2022-02-16 15:35:27 +01: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 extension.getUrl() is deprecated 2022-02-16 16:14:09 +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