Looks like you didn't receive my previous email // CCing
On Fri, Jul 5, 2013 at 11:19 PM, I wrote:
>
> For class attribute, use 'period' notation.
>
> p.myp
>
> See
http://www.w3.org/TR/css3-selectors/ for reference.
>
>
<element class="foo bar"> means that the element has two classes,
"foo" and "bar".
Use
GM_addStyle("div.foo.bar { display: none !important; }");
Alternatively, you can use attribute selector
GM_addStyle("div[class='foo bar'] { display: none !important; }");
--
Zulkarnain K.
http://userscripts.org/users/12
http://loucypher.github.com/