mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Resources Library (markdown)
parent
88b74ec61a
commit
5f2106fac0
1 changed files with 2 additions and 2 deletions
|
|
@ -1538,7 +1538,7 @@ streamsilk.com##+js(trusted-override-element-method, HTMLAnchorElement.prototype
|
|||
|
||||
New in [1.50.1b0](https://github.com/gorhill/uBlock/commit/27a54c084556f657522b06484d2e28b21e1fac5a).
|
||||
|
||||
Sets a cookie with the specified name, value, and path.
|
||||
Sets a cookie with the specified name, value, and path. Double quotes surrouding the cookie value are allowed.
|
||||
|
||||
Parameters:
|
||||
- required, cookie name to be set
|
||||
|
|
@ -1655,7 +1655,7 @@ Also see:
|
|||
|
||||
New in [1.50.1b4](https://github.com/gorhill/uBlock/commit/9443ba80a06c8748fc5164bb0ad6da752a8b3bf3) and [1.50.1b12](https://github.com/gorhill/uBlock/commit/083a318090e38fb81c2b94ea326521d5a76f7c57).
|
||||
|
||||
Set a local/session storage entry to a specific, allowed value. Scriptlet won't set item if storage is full.
|
||||
Set a local/session storage entry to a specific, allowed value. Scriptlet won't set item if storage is full. Double quotes surrouding the key value are allowed.
|
||||
|
||||
- required, key name to be set.
|
||||
- required, key value; possible values:
|
||||
|
|
|
|||
Loading…
Reference in a new issue