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.
Blocking GearBuyer
Re: Blocking GearBuyer
try
Code: Select all
yoursite##a[href*="/cgi-bin/backpackinglight/gearbuyer"]