From a621d6b19cb7ca212e96f69141c396c7d2cff968 Mon Sep 17 00:00:00 2001 From: MasterKia Date: Sat, 4 Feb 2023 14:29:58 +0330 Subject: [PATCH] Remove obsolete detail --- Static-filter-syntax.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 21bfb54..115d578 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -400,8 +400,6 @@ Related discussion: [uBlockOrigin/uBlock-issues#2234](https://github.com/uBlockO Regex-based domain values can be negated just like plain or entity-based values: `*$domain=~/regex.../` -This new syntax does not apply to static extended filters. - See also: [`to`](#to) *** @@ -662,8 +660,6 @@ Related discussion: [uBlockOrigin/uBlock-issues#2234](https://github.com/uBlockO Regex-based domain values can be negated just like plain or entity-based values: `*$to=~/regex.../` -This new syntax does not apply to static extended filters. - See also: [`denyallow`](#denyallow), [`from`](#from) ***