Assume I have a HTML code like:

...
<div class="aaa bbb ccc" ... style="width: 600px;" >
...
</div>
....

Now I want to hide this from within a GM script with a command like

GM_addStyle("div.aaa bbb ccc { display: none !important; }");

but it does not work this way.

How can I refer otherwise to a class with multiple blank separated names?

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.

Reply via email to