1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-01 02:02:29 +02:00

set-local-storage-item / set-session-storage-item ---- re-order values according to the code and add 'on' and 'off'

peace2000 2023-11-03 17:16:10 +02:00
parent b87940c08f
commit 1fcd83b36f

@ -1025,15 +1025,14 @@ Set a local/session storage entry to a specific, allowed value. Scriptlet won't
- required, key value; possible values:
- positive decimal integer `<= 32767`
- one of the predefined constants:
- `undefined`
- `false`
- `true`
- `null`
- `''`: empty string
- `undefined`, `null`
- `false`, `true`
- `on`, `off`
- `yes`, `no`
- `{}`: empty object
- `[]`: empty array
- `''`: empty string
- `yes`
- `no`
- `""`
- `$remove$`: remove specific item from localStorage
Examples: