Whitelisting hide element

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
se224141
Posts: 59
Joined: Thu Nov 20, 2008 8:36 am

Whitelisting hide element

Post by se224141 »

#*(AdBanner)
#*(id^=ad)(id$=banner)

The above two filters are active on http://www.makemytrip.co.in

I have whitelisted makemytrip.co.in but this whitelisting is not effective on "hide element" filters i.e. the above two filters.

Any suggestions how I can handle them.
User avatar
Adblock Plus Fan
Posts: 1255
Joined: Sat Feb 24, 2007 11:08 am

Re: Whitelisting hide element

Post by Adblock Plus Fan »

se224141 wrote:I have whitelisted makemytrip.co.in
The website redirects me to http://www.makemytrip.com/
This worked for me:

Code: Select all

@@makemytrip.com/$document,domain=makemytrip.com
(you'll need the latest development build for this filter of course)
Wladimir Palant

Post by Wladimir Palant »

Actually, this filter should do, with any Adblock Plus version:

Code: Select all

@@|http://www.makemytrip.co.in/
(same as choosing "Disable on www.makemytrip.co.in" from Adblock Plus menu, see http://adblockplus.org/en/faq_basics#disable)

Note that this site redirects to www.makemytrip.com for me - but I guess that's because I am not in India and it is still www.makemytrip.co.in for you.
Locked