From c3ae1571cffa28a7379d7915302e242f25b5d4cb Mon Sep 17 00:00:00 2001 From: gwarser Date: Wed, 20 May 2020 10:36:36 +0200 Subject: [PATCH] Updated Static filter syntax (markdown) --- Static-filter-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 252b3d8..9ec9af7 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -2,7 +2,7 @@ uBlock Origin ("uBO") supports Adblock Plus ("ABP") filter syntax, so you can re However uBO does not support some very specific cases, and also adds its own extensions to ABP filter syntax (which at time of writing are not recognized by ABP). Few most surprising cases are documented [here](./Syntax-quirks). -Starting with v1.25.3b4 (see: [one](https://github.com/gorhill/uBlock/commit/703c525b01aa), [two](https://github.com/gorhill/uBlock/commit/ca80d2826bfd92a3081f20da8ba60138509a183b)), very long filters can be split into multiple lines: append space and backslash character to first line and indent continuation line by four spaces. +Starting with v1.25.3b4 (commit [one](https://github.com/gorhill/uBlock/commit/703c525b01aa3fb9dab94d6a9918a0a69c6d18da), [two](https://github.com/gorhill/uBlock/commit/ca80d2826bfd92a3081f20da8ba60138509a183b)), very long filters can be split into multiple lines: append space and backslash character to first line and indent continuation line by four spaces. - [Not supported](#not-supported) - [Pre-parsing directives](#pre-parsing-directives)