At first the the sample page (of german ebay):

http://www.ebay.de/itm/5-L-LITER-CASTROL-EDGE-FST-5W-30-MOTOR-OL-MOTOREN-OL-VW-AUDI-SEAT-504-00-507-
00-/371288685142?hash=item567287ba56:g:BT0AAOSw8-tWULh1

I want ot get rid of the ad-strip in the mid with the label "Käufer haben sich 
auch folgende Artikel angesehen"

The corresponding element looks like:

<div id="merch_html_100005">....</div>

So I put in the GM script the following statement:

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

,,,but it didn't work.
The advertising string does not vanish.

It seems to me that it is protected by javascript. Or loaded with delay.

So how else can I remove it?

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 https://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to