List the Current Page's RSS Feeds with qutebrowser
By chimo on (updated on )I wrote a “userscript” for qutebrowser that lists current page’s RSS feeds: list_rss.py.
The code is heavily based on the openfeeds userscript that ships with qutebrowser.
Instead of opening one tab per RSS feed, containing the XML of the RSS feed itself, list_rss.py opens a single tab with the URLs of the RSS feeds it found separated by newlines.
That is all.