Element hiding help with CSS selectors.
Posted: Wed Jul 11, 2012 4:28 pm
I am looking to hide foo but not bar
Hide
Don't Hide
Is this beyond the scope of what element hider can do in ABP?
Hide
Code: Select all
<td class="cell_type">foo</td>
Code: Select all
<td class="cell_type">bar</td>