diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md
index 53e18dc..4323aa9 100644
--- a/Static-filter-syntax.md
+++ b/Static-filter-syntax.md
@@ -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) (New in [dev build 1.60.1b6+](https://github.com/gorhill/uBlock/commit/64b2086ba4))
+- `#`: extracts the hash part as the current string
- `/.../`: extracts the first capture group of a regex (New in [dev build 1.60.1b11+](https://github.com/gorhill/uBlock/commit/c86ed5287b))
- `+https`:
- prepends the current string with `https://` protocol in case it lacks a leading protocol