Firefox 38.0.5 added a "reader address" to the address bar:

But not all sites receive this icon, it appears only when a readable page of content is detected. So how do I enable for my site?
I tried a multimedia printout and an optional print stylesheet, but this has no effect:
<html> <head> <style> @media print { .no-print { display:none; } } </style> </head><body> <h1>Some Title</h1> <img class="no-print" src="http://dummyimage.com/1024x100/000/ffffff&text=This+banner+should+vanish+in+print+view"> <br><br><br>This is the only text </body></html>
What code fragments do I need to add to the source code of my site so that this book icon becomes visible to visitors to my site?
firefox firefox-reader-view
rubo77 Jun 09 '15 at 11:07 2015-06-09 11:07
source share