diff --git a/Resources-Library.md b/Resources-Library.md index af6a77e..7f09ad4 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -986,6 +986,7 @@ Parameters: - `yes` / `y` / `no` / `n`, - `necessary`4 / `required`4 - `approved`5, `disapproved`5 + - `hide`6, `hidden`6 - optional, cookie path, defaults to /; possible values: - `/`: root path @@ -996,6 +997,7 @@ Parameters: 3. [1.53.1b8](https://github.com/gorhill/uBlock/commit/4ab1c36ac9bfa07508b479f13334e6dd4e49cf0f) 4. [1.53.5rc5](https://github.com/gorhill/uBlock/commit/32fb93c5256047d8ddbc3599ecfd1568b578e7fe) 5. [1.57.3rc1](https://github.com/gorhill/uBlock/commit/7f0b2f4a5ef0013d4b5256adc343994bcce0f90e) +6. [1.58.1b7](https://github.com/gorhill/uBlock/commit/bdb99862ce93d61e9202ee1bad656276e4a9ee5a) The scriptlet encodes cookie names and values, e.g value "{ test: 'value'}" becomes `%7B%20test%3A%20'value'%7D`.