MCPcopy Create free account
hub / github.com/Xu22Web/tech-study-js / initMaxRead

Function initMaxRead

tech-study.js:208–216  ·  view source on GitHub ↗

* @description 初始化最大阅读时长

()

Source from the content-addressed store, hash-verified

206 * @description 初始化最大阅读时长
207 */
208function initMaxRead() {
209 try {
210 const maxReadTemp = GM_getValue('maxRead');
211 if (maxReadTemp) {
212 maxRead.value = maxReadTemp;
213 }
214 }
215 catch (error) { }
216}
217/**
218 * @description 初始化最大视听时长
219 */

Callers 1

tech-study.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected