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

Function setUserMsg

userscripts.js:902–904  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

900 GM_setValue('systemMsg', msg);
901 },
902 setUserMsg(msg) {
903 GM_setValue('userMsg', this.user_pre + msg);
904 },
905 getOriginUserMsg() {
906 let userMsg = GM_getValue('userMsg', this.user_pre + this.user_post);
907 return userMsg.substring(userMsg.indexOf(',') + 2, userMsg.length);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected