rNeomy / reader-view

Access Firefox's built in reader view from right click context menu
https://webextension.org/listing/chrome-reader-view.html
Mozilla Public License 2.0
471 stars 74 forks source link

Change line wrapping #190

Open DasherPack opened 7 months ago

DasherPack commented 7 months ago

Hello, there is a page (distrowatch) that has a very bad mobile site. The extension works wonderfully, but the lines have too many words and the text is small. Is it possible to change the wrapping so there are more lines, but less text per line?

Thanks for your time and for the extension.

rNeomy commented 1 week ago

On what browser?

DasherPack commented 5 days ago

Firefox Linux and Android

rNeomy commented 3 days ago

You can use something like:

.page {
  line-height: 4ch !important;
}

on the custom styling section of the reader view's options page.