ZachSaucier / Just-Read

A customizable read mode web extension.
https://justread.link/
1.2k stars 137 forks source link

"yumprint" in class name hides desired content #226

Closed cflisher closed 5 years ago

cflisher commented 5 years ago

Problematic article: https://foodheavenmadeeasy.com/warm-maple-amaranth-porridge/

ZachSaucier commented 5 years ago

Thanks for the report!

This error is because the website has yumprint in a lot of its class names and Just Read tries to hide things related to printing.

To work around this issue, go to Just Read's Options page (right click on the Just Read icon and click Options) and temporarily uncheck "Use hide-segments.css" at the bottom of the page.

If you want a more permanent workaround, you can include the following in your theme that you use:

[class*="yumprint"] {
    display: block !important;
}

I don't think this warrants Just Read itself being changed at this point in time.