A couple of weeks ago I asked on hoiw to hide a certain
<div class="mydiv">....</div>
pane. I was told to use:
GM_addStyle("div#mydiv { display: none !important; }");
This works fine. Now I wanted to do something similar with a
<p class="myp"> ... </p>
pane and coded:
GM_addStyle("p#myp { display: none !important; }");
...but it doesn't work here.
Whats wrong?
--
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.