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

Ensure pre > code is skipped in selector #87

Open waldyrious opened 12 months ago

waldyrious commented 12 months ago

This fixes double-padding/margin, and double-font-size-reduction.

waldyrious commented 12 months ago

The issue with <pre> as a direct parent of <code> is a regression introduced in #66.

waldyrious commented 11 months ago

To do: add before-and-after screenshots, and/or a demo of the effect of this change on a real page.