Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/xcanwin/KeepChatGPT
/ sv
Function
sv
KeepChatGPT.user.js:100–102 ·
view source on GitHub ↗
(key, value = "")
Source
from the content-addressed store, hash-verified
98
};
99
100
const
sv =
function
(key, value =
""
) {
101
GM_setValue(key, value);
102
};
103
104
const
gv =
function
(key, value =
""
) {
105
return
GM_getValue(key, value);
Callers
3
loadMenu
Function · 0.85
setUserOptions
Function · 0.85
fixOpenaiBUG
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected