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

Function getSystemMsg

userscripts.js:909–911  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

907 return userMsg.substring(userMsg.indexOf(',') + 2, userMsg.length);
908 },
909 getSystemMsg() {
910 return GM_getValue('systemMsg', this.system);
911 },
912 getUserMsg(origin) {
913 let userMsg = GM_getValue('userMsg', this.user_pre + this.user_post);
914 return userMsg.replace('{{origin}}', origin).replace('{{to}}', langManager.getTo());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected