1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00

Updated Static filter syntax (markdown)

Raymond Hill 2024-04-14 08:24:02 -04:00
parent 37ecfdb26b
commit 6adf0169dc

@ -203,7 +203,8 @@ uBO extends ABP filter syntax.
- [$redirect](#redirect)
- [$redirect-rule](#redirect-rule)
- [$removeparam](#removeparam)
- [$replace](#replace)
- [$replace](#replace) (only from a trusted-source origin)
- [$uritransform](#uritransform) (only from a trusted-source origin)
## Static network filtering
@ -904,8 +905,20 @@ See also: [Filter Performance](./Filter-Performance#removeparam-modifier)
#### `replace`
Can only be used in a trusted-source origin.
See <https://adguard.com/kb/general/ad-filtering/create-own-filters/#replace-modifier>
[Documentation to be completed]
#### `uritransform`
Can only be used in a trusted-source origin.
Transform the path/query/hash portion of a URL.
[Documentation to be completed]
***
## Static extended filtering