From b067ca39cde0c9a76baeb87b30ca1b714e39e42b Mon Sep 17 00:00:00 2001
From: garry-ut99 <72945564+garry-ut99@users.noreply.github.com>
Date: Mon, 28 Oct 2024 13:25:20 +0000
Subject: [PATCH] Updated "urlskip" (minor)
---
Static-filter-syntax.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md
index fd87cfb..6f021ef 100644
--- a/Static-filter-syntax.md
+++ b/Static-filter-syntax.md
@@ -1025,7 +1025,8 @@ The `urlskip=` option ...
- ... is valid only when used in a trusted filter list
- ... is a modifier, i.e. it cannot be used along with other
modifier options in a single filter
-- ... is enforced only on network requests which are not blocked by other filter (New in [dev build 1.60.1rc0+](https://github.com/gorhill/uBlock/commit/d04dc4c767721fb13d91a67cb62ecad9b9219103)). If a [strict-blocked](./Strict-blocking) page matches a `urlskip=` filter, the page will show the user the destination URL as a result of applying the `urlskip` filter should they choose to proceed with the navigation (New in [dev build 1.60.1rc1+](https://github.com/gorhill/uBlock/commit/20b54185fac6f56ea871cc81554ee7ce8521d606)).
+- ... is enforced only on network requests which are not blocked by other filter (New in [dev build 1.60.1rc0+](https://github.com/gorhill/uBlock/commit/d04dc4c767721fb13d91a67cb62ecad9b9219103)).
+- ... if a [strict-blocked](./Strict-blocking) page matches a `urlskip=` filter, the page will show the user the destination URL as a result of applying the `urlskip` filter should they choose to proceed with the navigation (New in [dev build 1.60.1rc1+](https://github.com/gorhill/uBlock/commit/20b54185fac6f56ea871cc81554ee7ce8521d606)).
The syntax is `urlskip=[steps]`, where steps is a serie of space-separated directives representing the transformation steps to perform to extract the final URL to which a network request should be redirected.