Block Video text link

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
nicks
Posts: 5
Joined: Mon Sep 19, 2011 6:34 am

Block Video text link

Post by nicks »

Hi,
I want to block photo and video links in this page
http://www.justdial.com/
Click on any category, any city and you will find a list of businesses with some of them having photo and video links.
I want filter to block those text links. Element hiding is also not helping...
The website relies heavily on JS so I cannot post the search page.
Any help will be appreciated
User avatar
fanboy
Posts: 3446
Joined: Sun Jun 17, 2007 4:45 am
Contact:

Re: Block Video text link

Post by fanboy »

Code: Select all

justdial.com###td_ad1
justdial.com###td_ad2
justdial.com###td_ad3
justdial.com###td_ad4
justdial.com##.ab_top
Not sure if this will cause any false positives.. (the youtube video advert)

Code: Select all

||youtube.com/embed/*autoplay=0$subdocument,domain=justdial.com
nicks
Posts: 5
Joined: Mon Sep 19, 2011 6:34 am

Re: Block Video text link

Post by nicks »

Thanks for the fast reply fanboy...
Sorry for not expressing my need clearly...
I want to disable the text ads rounded in red circle in this image...

Image

Further I do not want to block the orange color icon in the same line (which opens another link in new window)
If I use element hiding it blocks only one link...
Regards,
Nicks
User avatar
nitrox
Posts: 166
Joined: Wed Nov 18, 2009 11:57 am
Location: ::1
Contact:

Re: Block Video text link

Post by nitrox »

these filters should hide both Photos and Video links

Code: Select all

justdial.com##A.icon_tag[href^="javascript:show_catalog"]
justdial.com##A.icon_tag[href^="javascript:showall"]
We won't be adding it to adblock list. Justdial.com looks like a business search engine and those ads are related to that business. It is more like a self promotion of that businesses.
Fanboy list Co-Maintainer

Fanboy Adblock List's

Fanboy List Forum
Locked