Updated "urlskip" (2)

garry-ut99 2024-10-28 13:19:14 +00:00
parent 1f37cc22b3
commit 550f52825f
1 changed files with 1 additions and 3 deletions

@ -1023,11 +1023,9 @@ Extracts a URL from another URL according to one or more transformation steps, t
The `urlskip=` option ... The `urlskip=` option ...
- ... is valid only when used in a trusted filter list - ... is valid only when used in a trusted filter list
- ... is enforced only on top documents
- ... is enforced on both blocked and non-blocked documents
- ... is a modifier, i.e. it cannot be used along with other - ... is a modifier, i.e. it cannot be used along with other
modifier options in a single filter modifier options in a single filter
- ... is enforced only on network requests which are not blocked by other filter <sup>(New in [dev build 1.60.1rc0](https://github.com/gorhill/uBlock/commit/d04dc4c767721fb13d91a67cb62ecad9b9219103))</sup> - ... is enforced only on network requests which are not blocked by other filter <sup>(New in [dev build 1.60.1rc0+](https://github.com/gorhill/uBlock/commit/d04dc4c767721fb13d91a67cb62ecad9b9219103))</sup>. 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 <sup>(New in [dev build 1.60.1rc1+](https://github.com/gorhill/uBlock/commit/20b54185fac6f56ea871cc81554ee7ce8521d606))</sup>.
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. 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.