GM.listValues
From GreaseSpot Wiki
Description
This API method retrieves an array of preference names that start with the branches root.
Values are retrieved from the Firefox preferences back end and can be manually viewed by typing about:config in the address bar and searching for the preference name "greasemonkey.scriptval.script-namespace/script-name".
Syntax
GM_listValues()
- Value: Function
- Returns: String Array
- Compatibility: Greasemonkey 0.8.1+
Parameters Properties
- There are currently no properties.
Examples
alert(GM_listValues());