Blocking GearBuyer

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
wn7ant

Blocking GearBuyer

Post by wn7ant »

I need to block any DIV that contains /cgi-bin/backpackinglight/gearbuyer*

The code looks like this:

<div style="padding: 4px; margin-top: 8px; background: #eeeeee; border: 1px solid #aaaaaa; ">
<a href="/cgi-bin/backpackinglight/gearbuyer.html">
<img src="http://cache.backpackinglight.com/gb-info-icon.png" width="14" height="14" alt="" style="float:right; border: 0px">

Any ideas? I've screwed with this for 3 hours with no noticeable effect. I CAN NOT figure out how to create a filter to stop it. Any help is appreciated.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Blocking GearBuyer

Post by mapx »

try

Code: Select all

yoursite##a[href*="/cgi-bin/backpackinglight/gearbuyer"]
Locked