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

Function setValue

userscripts.js:298–300  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

296 return GM_getValue(name, '');
297 },
298 setValue(name, value) {
299 GM_setValue(name, value);
300 },
301 // 获取元素值
302 getElementValue(id) {
303 return document.getElementById(id).value || '';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected