Meanwhile I applied successfully lots of GM scripts to many web sites.

However now I am really surprised.

Whenever I applied a GM script to the following webpage(s) nothing happened.
Even after uninstall or delete script + re-install or on other computers 
absolute no effect.

Lets take an example (don't worry its a german blog magazine):

http://www.achgut.com/dadgdx/index.php/dadgd/article/das_chlorhuhn_vogel_des_jahres
 

There you can find almost at the top level a html code like:

<body>
<div id="page">
<div id="header">...</div>
<div id="teaser">...</div>
....
</div>
...

When I try to hide now the #teaser <div> pane with the following GM statement 
then nothing happened:

GM_addStyle("#teaser { display: none !important; }");

Why?

Even

GM_addStyle("div#teaser { display: none !important; }");

does not help.

Am I blind?

Yes, GM script is installed and enabled and contains

// @include         http://*.achgut.de/*

Whats wrong?

Thank you for help

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