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

Function getElementValue

userscripts.js:302–304  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

300 },
301 // 获取元素值
302 getElementValue(id) {
303 return document.getElementById(id).value || '';
304 },
305}
306
307// trustHTML

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected