()
| 212 | } |
| 213 | // 重新签到 |
| 214 | function reAutoSignIn() { |
| 215 | GM_setValue('menu_signInTime', '1970/1/1'); // 设置为比当前日期更早 |
| 216 | location.reload(); // 刷新网页 |
| 217 | } |
| 218 | // 自定义屏蔽用户 |
| 219 | function customBlockUsers() { |
| 220 | let nowBlockUsers = ''; |
no outgoing calls
no test coverage detected