MCPcopy Create free account
hub / github.com/Bistutu/FluentRead / removeToken

Function removeToken

userscripts.js:257–259  ·  view source on GitHub ↗
(model)

Source from the content-addressed store, hash-verified

255 return GM_getValue("token_" + model, '');
256 },
257 removeToken(model) {
258 GM_deleteValue("token_" + model)
259 }
260};
261
262// sessionStorage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected