Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dajie111/nodeseek-userscript
/ addLog
Method
addLog
Clockin.js:248–252 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
246
247
// 添加操作日志
248
addLog(message) {
249
if
(typeof window.addLog ===
'function'
) {
250
window.addLog(message);
251
}
252
}
253
}
254
255
// 启动系统
Callers
15
performSignIn
Method · 0.95
createFilterUI
Function · 0.45
addKeywordAction
Function · 0.45
addHighlightKeywordAction
Function · 0.45
doFilter
Function · 0.45
removeCustomKeyword
Function · 0.45
removeWhitelistUser
Function · 0.45
removeHighlightKeyword
Function · 0.45
addHighlightPostAction
Function · 0.45
createFilterUI
Function · 0.45
addKeywordAction
Function · 0.45
addWhitelistUserAction
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected