mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Link to userSettings variables in code.
parent
fb74c139ea
commit
a70fa6befd
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ The documented settings below are only available with uBO version 1.33.0 and abo
|
|||
|
||||
## userSettings
|
||||
|
||||
The purpose of the `userSettings` property is to set the values of various [user settings](./Dashboard:-Settings).
|
||||
The purpose of the `userSettings` property is to set the values of various [user settings](./Dashboard:-Settings) (more specifically, to modify [these variables](https://github.com/gorhill/uBlock/blob/1c3b45f75d0f84d68abb51b15bbdc043464ee3e0/src/js/background.js#L86-L109)).
|
||||
|
||||
Each entry in the array is an array consisting of a pair of name-value strings. Each name string must be a supported user setting, and each value string must properly resolve to a supported value.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue