MCPcopy Create free account
hub / github.com/dajie111/nodeseek-userscript / init

Method init

Clockin.js:32–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 init() {
33 // 只在NodeSeek网站运行
34 if (window.location.hostname !== 'www.nodeseek.com') {
35 return;
36 }
37
38 // 多窗口协调
39 this.setupMultiWindow();
40
41 // 页面卸载清理
42 this.setupCleanup();
43 }
44
45 // 多窗口协调机制
46 setupMultiWindow() {

Callers 3

constructorMethod · 0.95
vps.jsFile · 0.45
login.jsFile · 0.45

Calls 2

setupMultiWindowMethod · 0.95
setupCleanupMethod · 0.95

Tested by

no test coverage detected