mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Introduction to basic filtering syntax (markdown)
parent
57ded7ee15
commit
8a6f9a3410
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue