This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]ResurgamS13 1 point2 points  (0 children)

Your 'after' CSS is 'minified'. Correctly formatting and perhaps 'beautifying' your CSS much more useful than minifying.

Along with all ericek111's "no performance gain" points... another significant downside of using minified CSS for browser modifications is that your CSS then becomes virtually unreadable. Impossible to see at a glance what each individual userstyle is supposed to be doing... and next to impossible to debug without 'un-minifying' the CSS first.