From 8a6f9a3410b23bc370b8dcd79f6b2531a138016c Mon Sep 17 00:00:00 2001 From: ItsProfesssional <63961221+ItsProfessional@users.noreply.github.com> Date: Sun, 28 Jan 2024 15:18:48 +0530 Subject: [PATCH] Updated Introduction to basic filtering syntax (markdown) --- Introduction-to-basic-filtering-syntax.md | 2 ++ 1 file changed, 2 insertions(+) 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: