I want to know if there is a way to hide the parent of the identified element.
eg:
<div> <span id="abx">some garbage content</span> <div>other garbage containers not having any class or id</div> </div>
The custom AdBlockPlus filter for choosing abx will be:
##span#abx
But how to choose its parent? because we need to hide all the brothers and sisters of the identified element.
css adblock
Raheel hasan
source share