logoalt Hacker News

uxcolumbotoday at 7:48 AM1 replyview on HN

Same here. Even this article wasn't that comfortable to read, so had to use Reader Mode.

I don't understand though why reader mode is not always available. The text is there.


Replies

swiftcodertoday at 8:34 AM

> I don't understand though why reader mode is not always available. The text is there.

Mostly because we don't have any standard markup to say "this is the content". Which means reader mode has to guess which tags contain the content, and this whole thing boils down to a pair of regexps[1]

[1]: https://github.com/mozilla/readability/blob/08be6b4bdb204dd3...