Skip to content

GM_getValue

shen yin edited this page Dec 12, 2021 · 1 revision

Retrieves a stored value for a key.

Availability

Stay 2.0+

Declaration

GM_getValue(key)

Parameters

key
A string.

Return Value

A javascript object

Example

let name = GM_getValue("name")
Clone this wiki locally