A long time ago in a web far far away browser were aware of feeds advertised on web pages.

Today they are not. If you need to find the feed for a page quickly here’s how I do it.

Drop in the browser console (F12) and paste the following.

copy($('link[rel="alternate"]').href)

This will copy the feed URL to the clipboard. Unfortunately not everybody uses a full URL so take care when adding a feed to your list.