GM.deleteValue

From GreaseSpot Wiki
Revision as of 22:19, 30 December 2008 by Marti (talk | contribs) (Added Greasemonkey Manual TOC widget)
Jump to navigationJump to search

Template:Underscore


Greasemonkey Manual
Using Greasemonkey
Installing Scripts
Monkey Menu
Getting Help
User Script Authoring
Editing
Environment
API

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 Trunk
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