> A call to GM_addStyle() with the CSS you want passed as the only
> argument.  Use of "!important" might make overriding the page easier.

Very intersting. Thank you.

But is GM_addStyle()m also suitable for REPLACING existing CSS styles?
Or is there a separate
GM_replaceStyle() function?

In other words can write for my example two previous postings above:

GM_addStyle(.articleContent .module .text p {
    font-family: Verdana; }
.articleContent .module .text p {
    font-size: 12px;
    line-height:14px; }
);

Do I have to use TWO separate GM_addStyle() sections/instructions or
can I put two or even more CSS instructions into ONE GM_addStyle()?

-- 
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.

Reply via email to