From 4b60d02490571ddb66e1047a34323aaf6452ea48 Mon Sep 17 00:00:00 2001 From: MasterKia Date: Sat, 29 Jul 2023 19:13:57 +0330 Subject: [PATCH] Update the noop modifier --- Static-filter-syntax.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 69891ab..ba2d593 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -246,6 +246,13 @@ Just a placeholder. /ad-$removeparam=/^foo=bar\d$/,_ ``` +Starting from [1.50.1b11](https://github.com/gorhill/uBlock/commit/33b409dd5baee1fd48a02bac757dc599373f1aa5), you can use the `_` option to also resolve readability issues by supporting multiple instances of the `_` option in a single filter: + +```adb +||example.com$_,removeparam=/^ss\\$/,_,image +||example.com$replace=/bad/good/,___,~third-party +``` + *** #### `*` aka "all URLs"