GM.listValues: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
m (top links ... sf)
m (display title fix)
Line 1: Line 1:
{{underscore|title=GM_listValues}}
{{DISPLAYTITLE:GM_listValues}}
__NOTOC__
{{Greasemonkey Manual TOC}}


== Description ==
== Description ==
Line 58: Line 56:
[[#top|top]]
[[#top|top]]


== Notes ==
[[#top|top]]
[[Category:API_Reference|L]]
[[Category:API_Reference|L]]

Revision as of 13:53, 30 October 2009


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

Template:Core samp

top

An array of values used by a script: Template:Good samp

top

Equivalent: Template:Good samp

top

See Also

top