waldyrious / downstyler

A stylesheet and bookmarklet that trims webpage styles down to near-bare HTML.
http://waldyrious.net/downstyler
ISC License
30 stars 5 forks source link

Limit hyphens and text justification to paragraphs #72

Closed waldyrious closed 1 year ago

waldyrious commented 2 years ago

Non-paragraphs don't always play well with hyphenization. Example, from this blog post:

Before After
image image

This particular case could be a browser bug (the text of the heading does get hyphenized if I manually introduce ­ characters), but it's better to be deliberate and target elements that are specifically aimed for prose.

Follow-up of #64.

waldyrious commented 1 year ago

Rebased the PR branch; will merge, as no downside has been put forth. Let's just put it to test in the wild and adjust if any negative effect is noticed.