mirror of https://github.com/gorhill/uBlock.git
Small formatting style correction (to keep parity with "+https") [previous commit]
parent
899ee5b80a
commit
3c56df56c9
|
@ -1033,8 +1033,8 @@ The syntax is `urlskip=[steps]`, where steps is a space-separated list of extrac
|
|||
Valid directives:
|
||||
|
||||
- `?name`: the value of parameter named `name` will be extracted and replace the current URL as the new URL
|
||||
- `&i` ([dev build 1.60.1b6+](https://github.com/gorhill/uBlock/commit/64b2086ba4)): meant to lookup a parameter's name at position `i` (1-based). The parameter name will be used as the
|
||||
URL (whereas `?` is meant to lookup a parameter's value)
|
||||
- `&i` ([dev build 1.60.1b6+](https://github.com/gorhill/uBlock/commit/64b2086ba4)): meant to lookup a parameter's name at position `i` (1-based).<br>
|
||||
The parameter name will be used as the URL (whereas `?` is meant to lookup a parameter's value)
|
||||
- `+https`: the protocol of the current URL will be forced to `https:`<br>
|
||||
This directive will succeed only if the protocol of the current URL is either absent or matches `http:` or `https:`
|
||||
- `-base64` ([dev build 1.61.1+](https://github.com/gorhill/uBlock/commit/e81e70937f5b6f8f98bdd8e6f71af030486efab8)): decode as a base64-encoded string
|
||||
|
|
Loading…
Reference in New Issue