MCPcopy Create free account
hub / github.com/LeFroid/Viper-Browser / GM_deleteValue

Function GM_deleteValue

src/app/assets/javascript/GreaseMonkeyAPI.js:53–56  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

51 }
52
53 function GM_deleteValue(key) {
54 checkKey(key, "GM_deleteValue");
55 localStorage.removeItem(_uuid + key);
56 }
57
58 function GM_listValues() {
59 const keys = [];

Callers

nothing calls this directly

Calls 2

checkKeyFunction · 0.85
removeItemMethod · 0.80

Tested by

no test coverage detected