A
A
alexdora2016-06-26 06:33:07
Ad blocking
alexdora, 2016-06-26 06:33:07

How to use Adblock Plus regular expressions?

I worked with regular expressions and went to Help. But as they say, I saw a fig.
Here is the syntax:
site##div#
or
site##div[id=
Most of all I don't understand how to highlight the regular expression when composing the rule. In standard languages, this is either a function or slashed \a-zAZ\ . Here, no matter how I try, it doesn’t work out.
Let’s say you need to destroy a div with id = [ static_1122_arbitrary number ] on a certain site. Give an example so I can understand the general format.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
U
utyfua, 2016-06-26
@alexdora

there are no regular expressions like ...
It seems to select an element through jQuery What
can be done?
read: www.puzzleweb.ru/css/selectors.php Get
: div[id^="static_1122_"]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question