GM.deleteValue
From GreaseSpot Wiki
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");