I want to hide an element witht the following code:

<div class="aaa bbb ccc">
...
</div>

The following does NOT work:

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

How else can I refer to that div?

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