Very simple + sane extension that I found.

Puts an RSS icon into your URL bar when the webpage you’re on has an RSS feed. The button is hidden, if it does not.
When you click the button, it copies the feed URL into your clipboard, so you can add it into your RSS reader. If there’s multiple RSS feeds on a webpage, it shows a little dropdown and then when you click one of the entries, it copies the feed URL.

When I say “RSS”, I do also mean Atom and possibly others.

  • ptmb@piefed.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 hour ago

    Cool, I’ve been using RSS Launchpad because it was the only one I found to also work on the android version of Firefox, but I’ll take a look 👀

  • Mensh123@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    7 hours ago

    I use RSSPreview for this. If a feed is available and you click its icon, it gives you a menu where you can select a feed to visit. RSSPreview basically changes how feeds are displayed inside Firefox.

    • BlackEco@lemmy.blackeco.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      4 hours ago

      I’d like to note that RSSPreview restores features that were removed in Firefox 64.

      And by “changing how feeds are displayed”, it applies an XSL Transformation to display the feed as HTML (instead of XML) in the browser. XSL Transformation is pretty neat, you can use it on any XML document such as your own RSS feed, like I done on mine.