D
D
dollar2019-06-20 05:07:07
css
dollar, 2019-06-20 05:07:07

How to block arbitrary tags in uBlock Origin?

<div>
  <asdfgh>
    <div>
      Это реклама
    </div>
  </asdfgh>
</div>

Say, is it possible, for example, to set the condition div > not div > div?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rPman, 2019-06-20
@dollar

try css selector :not(div)
for example
site.ru##div > :not(div) > div

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question