I can test Javascript commands not only in GM scripts but in Firebug console as 
well.
Users just have to copy the commands and click on "run". Thats fine.

Is there a similar way for testing CSS statements in FireBug console as well 
(before putting them into a GM script)?

When I copy e.g.

GM_addStyle(".headline { display: none !important; }");

into console and hit "Run" then Firebug tells me:

  ReferenceError: GM_addStyle is not defined

So how else can I test these CSS (after loading) ?

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