Hacker News new | ask | show | jobs
by dugite-code 875 days ago
It Technically could as it has plugin support but as far as I am aware it doesn't.

Some alternatives:

- TT-RSS¹ has multiple plugins, including the one I currently support Feediron²

- FressRSS³ has CSS selector support out of the box and has a readability extension⁴ that supports Readability or Mercury

I've been dreaming of porting Feediron to both FreshRSS and Nextcloud news. But I barely have any free time as is... one day

[1] https://tt-rss.org

[2] https://github.com/feediron/ttrss_plugin-feediron

[3] https://github.com/FreshRSS/FreshRSS/

[4] https://github.com/FreshRSS/Extensions?tab=readme-ov-file#by...

1 comments

It supports it, it's pretty hit-or-miss though.

You need to right-click on the feed in the web interface → "full text".

The library it uses is a port of Mozilla's "reader mode" (readability.js) feature in Firefox: https://github.com/nextcloud/news/pull/563