1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00

Updated Introduction to basic filtering syntax (markdown)

ItsProfesssional 2024-01-28 15:18:48 +05:30
parent 57ded7ee15
commit 8a6f9a3410

@ -22,6 +22,8 @@ Selecting by attribute:
- `##[id="unique-identifier"]` equivalent of `###unique-identifier`
- `##[class="first-class"]` equivalent of `##.first-class`, but will match only second line from example DOM - class attribute is compared literally, no splitting on space characters.
To learn more, see the [documentation](https://github.com/uBlockOrigin/uBlock-issues/wiki/Static-filter-syntax#static-extended-filtering)
## Investigating anti-adblock scripts
The following steps require that you use your browser's developer tools, including the debugger. If you aren't familiar with these, you should refer to the documentation provided by your browser: