Comment by uxcolumbo
8 hours ago
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.
8 hours ago
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.
> 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...