GM.deleteValue: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
m 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 |
m added zero to version compat |
||
Line 13: | Line 13: | ||
:Value: Function | :Value: Function | ||
:Returns: undefined | :Returns: undefined | ||
:Compatibility: [[Version_history#8.1|Greasemonkey 8.1+]] | :Compatibility: [[Version_history#0.8.1|Greasemonkey 0.8.1+]] | ||
:{| cellpadding="5" style="border-style:solid; background:#FFFFE0;" | :{| cellpadding="5" style="border-style:solid; background:#FFFFE0;" |
Revision as of 19:40, 13 November 2008
Description
This API method deletes an existing preference set by GM_setValue.
Syntax
GM_deleteValue( name )
- Value: Function
- Returns: undefined
- Compatibility: Greasemonkey 0.8.1+
Parameters Properties name
- All properties are optional except name.
Properties
name
- Value: String
- Usage:
name = "PropertyName";
- Property name to delete.
Examples
GM_deleteValue("greasemonkey.scriptval.foo"));