Assume a webpage has a CSS difition like
.mytag { ...
white-space: nowrap; }
If I delete the line with "white-space" in Firebug then the layout/printout
looks good.
So I searched for a way to programmatically remove the white-space entry.
The following does NOT work:
GM_addStyle(".mytag { white-space: wrap !important; }");
GM_addStyle(".mytag { white-space: none !important; }");
How else does that work?
Ben
--
You received this message because you are subscribed to the Google Groups
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/d/optout.