Hi,
Is there any way to block just the "Deals" tab of widgets like WhistleOut's? e.g. See the RHS of this page.
Product comparison tables can't reliably be considered ads, even if they only list or feature those who pay them.
However a featured deal is usually just an ad.
Deal sections of comparison widgets (deals are ads)
Re: Deal sections of comparison widgets (deals are ads)
Code: Select all
||whistleout.s3.amazonaws.com/public/images/deals/*
Can someone else help me out to make the rule more generic ?
Re: Deal sections of comparison widgets (deals are ads)
Element should do..
http://hg.fanboy.co.nz/rev/68949ae8a5e3
Code: Select all
smh.com.au##.cS-compare
watoday.com.au##.cS-compare
theage.com.au##.cS-compare
Re: Deal sections of comparison widgets (deals are ads)
That works to remove the images!vinny86 wrote:that should block only the deals,Code: Select all
||whistleout.s3.amazonaws.com/public/images/deals/*
Can someone else help me out to make the rule more generic ?
The Deals tab and content can be removed by
Code: Select all
#li(id=wo-widget-tab-0)
#div(id=wo-widget-tab-content-0)