I did not find any references to Reader View in any of the SDK APIs listed in the documentation. In particular, I want to enter Reader View automatically, on page load, as long as a toggle button in my add-on is checked. How can I send this message to the browser?
Asked
Active
Viewed 111 times
1 Answers
1
To enter reader view, all you have to do is change the tab's URL to about:reader?url={siteURL}
, where {siteURL}
would be replaced with the URL to the page you want the reader to display.

humanoid
- 754
- 3
- 17