From 452c316da68f67231f7d789d0f8dcabf54b68e2a Mon Sep 17 00:00:00 2001 From: MasterKia Date: Sat, 4 Feb 2023 13:51:57 +0330 Subject: [PATCH] Update last commit --- Static-filter-syntax.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index eae925f..e0472e1 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -348,7 +348,7 @@ Example: /adsign.$domain=~adsign.no ``` -Starting with [1.46.1b17](https://github.com/gorhill/uBlock/releases/tag/1.46.1b17) support for regex-based values has been added. Example of usage: +Starting with [1.46.1b17](https://github.com/gorhill/uBlock/commit/b1de8d3fe48755da58268ba86dccd5d76940b613) support for regex-based values has been added. Example of usage: `@@*$ghide,domain=/img[a-z]{3,5}\.buzz/` Related discussion: [uBlockOrigin/uBlock-issues#2234](https://github.com/uBlockOrigin/uBlock-issues/discussions/2234) @@ -610,7 +610,7 @@ Examples: *$script,from=beforeitsnews.com,to=google.*|gstatic.com ``` -Starting with [1.46.1b17](https://github.com/gorhill/uBlock/releases/tag/1.46.1b17) support for regex-based values has been added. Example of usage: +Starting with [1.46.1b17](https://github.com/gorhill/uBlock/commit/b1de8d3fe48755da58268ba86dccd5d76940b613) support for regex-based values has been added. Example of usage: `$script,to=/img[a-z]{3,5}\.buzz/` Related discussion: [uBlockOrigin/uBlock-issues#2234](https://github.com/uBlockOrigin/uBlock-issues/discussions/2234)