GM.listValues: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
OtherMichael (talk | contribs) m scriptvalS |
m →Notes: Removed duplicate link as it's already referenced in Compatibility field under syntax... nice catch on the plural in prefs too. |
||
Line 43: | Line 43: | ||
== Notes == | == Notes == | ||
This item is currently only included in the trunk build development of Greasemonkey and not the official release as referenced in the Compatibility field under Syntax. | |||
[[#top|top]] | [[#top|top]] | ||
[[Category:API_Reference|L]] | [[Category:API_Reference|L]] |
Revision as of 22:31, 14 February 2009
Greasemonkey Manual |
Using Greasemonkey |
---|
Installing Scripts |
Monkey Menu |
Getting Help |
User Script Authoring |
Editing |
Environment |
API |
Description
This API method retrieves an array of preference names that start with the branch's 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.scriptvals.namespace/name.
".
Syntax
GM_listValues()
- Value: Function
- Returns: String Array
- Compatibility: Greasemonkey Trunk
Parameters Properties
- There are currently no properties.
Examples
alert(GM_listValues());
See Also
Notes
This item is currently only included in the trunk build development of Greasemonkey and not the official release as referenced in the Compatibility field under Syntax.