Assume I have a HTML code like
<p class="XXNormal" style="line-height:150%">
<span style="font-size:10.0pt; line-height:150%;font-
family:Arial;color:black">
aaaa sample text bbbb</span>
</p>
and a GM user scipt like:
GM_addStyle("element.style { color: black; font-family: Verdana; font-
size: 14px !important; line-height: 16px !important; }");
Does this GM scripts overwrite the directly coded CSS instructions too
(or only the one in an imported CSS files)?
Currently it appears that the direct CSS code in HTML source is NOT
overwritten.
How can change the GM code?
Thank you
--
You received this message because you are subscribed to the Google Groups
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/greasemonkey-users?hl=en.