MCPcopy Create free account
hub / github.com/XIU2/UserScript / reAutoSignIn

Function reAutoSignIn

Hostloc-Enhanced.user.js:214–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

registerMenuCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected