(msg)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected