I want to assign soemthing to DIVs with a classnames which contains a blank.
Example. For
<div class="foo bar">
....
</div>
I want to assign in a GM script:
GM_addStyle("div#foo bar { display: none !important; }");
Obviously this doesn't work.
Same with:
GM_addStyle("div#foo div#bar { display: none !important; }");
So how can I assign the "display: none" style otherwiese?
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/groups/opt_out.