Comment on Wikipedia Redesign ConceptparentComments−cliveowen12yYou'd be surprised how many times I have to fire up the Dev Tools on websites just to have a sane line-length.−jakub_g12yYou may want to install Stylish, create an empty stylesheet with sth like html * {line-height:170%;} and enable it when needed - that's what I do from time to time; I also have one with html * {color:black !important;} and one with html body, html div, html span, html p {font-family:Georgia !important;} With this, tightly packed gray-on-gray websites with unreadable typeface no longer bother me.
Comments
You'd be surprised how many times I have to fire up the Dev Tools on websites just to have a sane line-length.
You may want to install Stylish, create an empty stylesheet with sth like
and enable it when needed - that's what I do from time to time; I also have one with and one with With this, tightly packed gray-on-gray websites with unreadable typeface no longer bother me.