GM.listValues: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
m (Compatibility updated from broken link by Arantius; removal of note since present on amo (finally ;))
m (→‎Syntax: Normalized to major, minor, rev compat; syncback)
Line 17: Line 17:
:Value: Function
:Value: Function
:Returns: String Array
:Returns: String Array
:Compatibility: [[Version_history#0.8.20090123.1|Greasemonkey 0.8.20090123.1]]
:Compatibility: [[Version_history#0.8.20090123.1|Greasemonkey 0.8.1+]]


:{| cellpadding="5" style="border-style:solid; background:#FFFFE0;"
:{| cellpadding="5" style="border-style:solid; background:#FFFFE0;"

Revision as of 18:37, 18 February 2009

Template:Underscore


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.".

Examples | See Also | Notes

Syntax

GM_listValues()

Value: Function
Returns: String Array
Compatibility: Greasemonkey 0.8.1+
Parameters
Properties
  • There are currently no properties.

top

Examples

alert(GM_listValues());

top

See Also

top

Notes

top