Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bistutu/FluentRead
/ setSystemMsg
Function
setSystemMsg
userscripts.js:899–901 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
897
898
{{origin}}`,
899
setSystemMsg(msg) {
900
GM_setValue(
'systemMsg'
, msg);
901
},
902
setUserMsg(msg) {
903
GM_setValue(
'userMsg'
, this.user_pre + msg);
904
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected