diff --git a/Introduction-to-basic-filtering-syntax.md b/Introduction-to-basic-filtering-syntax.md index d3819a0..dab6998 100644 --- a/Introduction-to-basic-filtering-syntax.md +++ b/Introduction-to-basic-filtering-syntax.md @@ -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: