Feature #183
open
Added by Soren Stoutner about 7 years ago.
Updated about 1 year ago.
Description
Add a reading mode, that reformats the webpage to display only the body text. This will likely be a time consuming feature to implement unless Google adds it to `WebView`.
- Priority changed from 3.x to 4.x
- Subject changed from Reading Mode to Reader Mode
This is a similar issue with Text only mode. Just implement that & no need of this.
Moreover, if you use feed readers (rss, atom, etc), they also contain images as a part of feed, which negates the whole point of "text only".
@Prince Cooper, both aren't the same. Reader Mode is an interpretation mechanism where the body text is primarily focused leaving the rest of the functions and CSS jargon. Whereas text only mode is a rendering layout where all the site functions compiled and printed only in the text form.
If you wanna taste some of its experience, try lynx browser on any Linux.
Reader Mode doesn't necessarily improve the performance, as you're still parsing the whole site including JS. But text mode omits everything & just prints the html (which is mostly useless for the current internet).
@Soren Stoutner I think google probably won't implement it in anytime. The codebase exists in chromium outside webview, under Accessibilities. It's not designed to be permanent, caz web is volatile and changes everyday.
Also available in: Atom
PDF