()
| 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); |
| 908 | }, |
| 909 | getSystemMsg() { |
| 910 | return GM_getValue('systemMsg', this.system); |
| 911 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected