GM.deleteValue

From GreaseSpot Wiki
Revision as of 19:29, 13 November 2008 by Marti (talk | contribs) (Whenver 8.1ish is released, this function is available currently in the trunk... created core structure doc... more explicit example could be modified and eventual link in with core API when released)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Template:Underscore


Description

This API method deletes an existing preference set by GM_setValue.

Examples | See Also | Notes

Syntax

GM_deleteValue( name )

Value: Function
Returns: undefined
Compatibility: Greasemonkey 8.1+
Parameters
Properties
name
  • All properties are optional except name.

top

Properties


name

Value: String
Usage: name = "PropertyName";
  • Property name to delete.

top | back

Examples

GM_deleteValue("greasemonkey.scriptval.foo"));

top

See Also

top

Notes

top