MCPcopy
hub / github.com/xcanwin/KeepChatGPT / gv

Function gv

KeepChatGPT.user.js:104–106  ·  view source on GitHub ↗
(key, value = "")

Source from the content-addressed store, hash-verified

102 };
103
104 const gv = function (key, value = "") {
105 return GM_getValue(key, value);
106 };
107
108 const u = `/api/${GM_info.script.namespace.slice(33, 34)}uth/s${GM_info.script.namespace.slice(28, 29)}ssion`;
109 const symbol1_selector = "nav.flex:not(#stage-sidebar-tiny-bar)";

Callers 14

getLangFunction · 0.85
setIfrFunction · 0.85
loadMenuFunction · 0.85
applyKcgHueByThemeFunction · 0.85
setUserOptionsFunction · 0.85
hookFetchFunction · 0.85
hookXHRFunction · 0.85
speakCompletelyFunction · 0.85
dataSecFunction · 0.85
scanPromptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected