How to hide the space on geizhals.at? [user]

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
MonztA
Guest

How to hide the space on geizhals.at? [user]

Post by MonztA »

Is it possible to hide the space on http://geizhals.at/deutschland/?m=2 ?
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

Try these:

Code: Select all


geizhals.at/b/ad/
geizhals.at#td(width=305)
geizhals.at##td[class="s"][width="100%"]>center
... let me know if there are any false-positives with them.
"Experience is something you don't get until just after you need it"
MonztA
Guest

Post by MonztA »

OK, thanks.

Is there a rule for something like this?

Code: Select all

<h2><img src="http://www.chip.de/c1_i/anzeige.gif" width="70" height="8" alt="anzeige" class="anzeigeimage" align="right" />Sponsored Links</h2>
h2 is non-specified, img is specified. But h2 should be hidden.

It is from http://www.chip.de on the right side "Sponsored Links".
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

Try this out, this should remove that h2 box there:

Code: Select all

chip.de##div[class="ad-ri"]+h2+p+div+h2+p+div+h2
... check for false-positives. It's a bit 'treed' ... so if they change something, it will probably knock out the wrong title.
"Experience is something you don't get until just after you need it"
MonztA
Guest

Post by MonztA »

rick752 wrote:Try these:

Code: Select all

geizhals.at##td[class="s"][width="100%"]>center
... let me know if there are any false-positives with them.
There is a false-positive http://geizhals.at/deutschland/?cat=mp3
MonztA
Guest

Post by MonztA »

But I'm using "geizhals.at#TABLE(bgcolor=#999999)" now.
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

MonztA wrote:But I'm using "geizhals.at#TABLE(bgcolor=#999999)" now.
OK MonztA ... then there you go :)
"Experience is something you don't get until just after you need it"
Locked