Jump to content

How to hide/remove this (dynamic, delayed?) <div> element?


pstein

Recommended Posts

At first the the sample page (of german ebay). But I guess its a problem of ALL ebay auctions which are not finished yet:

 

http://www.ebay.de/itm/Huawei-E3372h-Mobile-150Mbps-Cat4-LTE-4G-3G-USB-Modem-Surfstick-SIM-Lock-FREI-/322073237147?hash=item4afd0f969b:g:INcAAOSwiylXBomt

I want to 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>

I want to hide this stuff and setup a GreaseMonkey script with the following statement:

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

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

It seems to me that it is protected by javascript. Or loaded with delay of a couple of seconds.

So how else can I remove it?

With Javascript/jQuery or CSS?

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...