Element hiding help with CSS selectors.

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Lokro
Posts: 4
Joined: Sun Jan 17, 2010 11:59 pm

Element hiding help with CSS selectors.

Post by Lokro »

I am looking to hide foo but not bar

Hide

Code: Select all

<td class="cell_type">foo</td>
Don't Hide

Code: Select all

<td class="cell_type">bar</td>
Is this beyond the scope of what element hider can do in ABP?
Marijo
Posts: 90
Joined: Wed Jun 29, 2011 4:37 pm

Re: Element hiding help with CSS selectors.

Post by Marijo »

Not possible.
Locked