Updated Static filter syntax (markdown)

Raymond Hill 2024-12-24 09:28:07 -05:00
parent 369c0fe3f8
commit 68a7b63c2b

@ -1049,6 +1049,7 @@ Valid directives:
- `?name`: extracts the value of parameter `name`
- `&i`: extracts the name of the parameter at position `i` (1-based) <sup>(New in [dev build 1.60.1b6+](https://github.com/gorhill/uBlock/commit/64b2086ba4))</sup>
- `#`: extracts the hash part as the current string
- `/.../`: extracts the first capture group of a regex <sup>(New in [dev build 1.60.1b11+](https://github.com/gorhill/uBlock/commit/c86ed5287b))</sup>
- `+https`:
- prepends the current string with `https://` protocol in case it lacks a leading protocol