mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Updated Static filter syntax (markdown)
parent
37ecfdb26b
commit
6adf0169dc
1 changed files with 14 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue