GM.listValues: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
m added zero to version compat |
m →Syntax: This function is not yet available to release distribution and should be referenced as such since it's now included in the GM manual api function list |
||
Line 16: | Line 16: | ||
:Value: Function | :Value: Function | ||
:Returns: String Array | :Returns: String Array | ||
:Compatibility: [[Version_history# | :Compatibility: [[Version_history#Trunk|Greasemonkey Trunk]] | ||
:{| cellpadding="5" style="border-style:solid; background:#FFFFE0;" | :{| cellpadding="5" style="border-style:solid; background:#FFFFE0;" |
Revision as of 20:28, 30 December 2008
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 Trunk
Parameters Properties
- There are currently no properties.
Examples
alert(GM_listValues());