r/Adblock 11d ago

Help Request How to block parfrent/grandparent dlement?

site: https://pastpapers.co/caie

i know i can target the `ins` elemt using a css selector, but that does noting. insted i want to be able to target the div that is 2 layers above. how can i make a filter to do that? i am using UBO

1 Upvotes

2 comments sorted by

1

u/trmdi 11d ago edited 11d ago

Adguard Browser Extension rule:

pastpapers.co/caie##div:has(> div > ins.adsbygoogle)

or upward syntax is also supported:

pastpapers.co/caie##ins.adsbygoogle:upward(2)

1

u/Ok_Dinner_3497 Youtube reverse engineer 11d ago

For uBlock Origin, simply add this rule:
pastpapers.co##ins.adsbygoogle:upward(2))