⬅︎ Back to mincss "Clears the junk out of your CSS"
Done now. Not going to make a new release for just that.
I like this. The proxy app works better for me if I change the call to etree.tostring to: etree.tostring(page, pretty_print=True, method='html') Which *seems* to stop it from truncating tags so the CLOSING_REGEX replacement isn't required.
Comment
Done now. Not going to make a new release for just that.
Parent comment
I like this. The proxy app works better for me if I change the call to etree.tostring to: etree.tostring(page, pretty_print=True, method='html') Which *seems* to stop it from truncating tags so the CLOSING_REGEX replacement isn't required.