mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add currentISODate to trusted-set-local-storage-item
parent
1a863cecd4
commit
edfed8f7d1
1 changed files with 1 additions and 0 deletions
|
|
@ -1013,6 +1013,7 @@ Parameters:
|
|||
- arbitrary value
|
||||
- `$now$`: keyword for setting current time in ms, corresponds to `Date.now()` and `(new Date).getTime()` calls
|
||||
- `$currentDate$`: keyword for setting string representation of the current date and time, corresponds to `Date()` and `(new Date).toString()` calls
|
||||
- `$currentISODate$`: keyword for setting string representation of the current date and time in ISO format, corresponds to `Date()` and `(new Date).toISOString()` calls
|
||||
|
||||
Examples:
|
||||
- `example.com##+js(trusted-set-local-storage-item, COOKIE_CONSENTS, {"preferences":3\,"flag":false})`
|
||||
|
|
|
|||
Loading…
Reference in a new issue