[Solved] Is it possible to achieve 'EXACT' element match?

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
wndahfl
Posts: 4
Joined: Sun Aug 16, 2015 8:04 am

[Solved] Is it possible to achieve 'EXACT' element match?

Post by wndahfl »

Please I beg help for experts...

I was making custom filter:

1. Block
todayhumor.co.kr##.memoDiv.memoDiv


2. Allow :
@@||todayhumor.co.kr##.memoDiv.memoDivBlue1
@@||todayhumor.co.kr##.memoDiv.memoDivBlue2



But the problem is : all of them are blocked and even allowed one is blocked.

But it doesn't seems to be working, please help me.


Solved : todayhumor.co.kr##[class="memoDiv"]
Last edited by wndahfl on Sun Aug 16, 2015 8:55 am, edited 1 time in total.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Is it possible to achieve 'EXACT' element match?

Post by mapx »

the exceptions to hiding filters:

Code: Select all

todayhumor.co.kr#@#.memoDiv.memoDivBlue1
todayhumor.co.kr#@#.memoDiv.memoDivBlue2
What do you want to hide / unblock ? Provide specific page and explain which are the elements on the page

about hiding filters:
en/filters#elemhide
exceptions:
en/filters#elemhide_exceptions
wndahfl
Posts: 4
Joined: Sun Aug 16, 2015 8:04 am

Re: Is it possible to achieve 'EXACT' element match?

Post by wndahfl »

Thanks for your kind help, but it doesn't seem to be working for me.

The page is :
http://www.todayhumor.co.kr/board/view. ... table=sisa

I do want to block out comment with white background.
  todayhumor.co.kr##.memoDiv.memoDiv

But I still want to allow the high rate comment with blue background.
  todayhumor.co.kr#@#.memoDiv.memoDivBlue1
  todayhumor.co.kr#@#.memoDiv.memoDivBlue2


Please I beg your help.
wndahfl
Posts: 4
Joined: Sun Aug 16, 2015 8:04 am

Re: Is it possible to achieve 'EXACT' element match?

Post by wndahfl »

I've found it.

todayhumor.co.kr##[class="memoDiv"]

This was EXACT element match.. Thanks for help.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: [Solved] Is it possible to achieve 'EXACT' element match?

Post by mapx »

to keep only the blue items:

Code: Select all

todayhumor.co.kr##[class="memoDiv"]
todayhumor.co.kr##.memoDiv.rereMemoDiv
wndahfl
Posts: 4
Joined: Sun Aug 16, 2015 8:04 am

Re: [Solved] Is it possible to achieve 'EXACT' element match?

Post by wndahfl »

mapx wrote:to keep only the blue items:

Code: Select all

todayhumor.co.kr##[class="memoDiv"]
todayhumor.co.kr##.memoDiv.rereMemoDiv

Thank you so much~! :)
Post Reply