remove debug code
This commit is contained in:
parent
e89eb9a970
commit
d17301ae93
@ -204,22 +204,22 @@
|
|||||||
GM_registerMenuCommand("初始化ai桥", initAiBridge);
|
GM_registerMenuCommand("初始化ai桥", initAiBridge);
|
||||||
GM_registerMenuCommand("停止轮询", stopPolling);
|
GM_registerMenuCommand("停止轮询", stopPolling);
|
||||||
|
|
||||||
window.stat = stat;
|
// window.stat = stat;
|
||||||
window.getContent = getContent;
|
// window.getContent = getContent;
|
||||||
window.getAnswerElement = getAnswerElement;
|
// window.getAnswerElement = getAnswerElement;
|
||||||
window.answerQuestion = answerQuestion;
|
// window.answerQuestion = answerQuestion;
|
||||||
window.copyToClipboard = copyToClipboard;
|
// window.copyToClipboard = copyToClipboard;
|
||||||
window.ask = ask;
|
// window.ask = ask;
|
||||||
window.toggleAutoMode = toggleAutoMode;
|
// window.toggleAutoMode = toggleAutoMode;
|
||||||
window.allDone = allDone;
|
// window.allDone = allDone;
|
||||||
window.flag = flag;
|
// window.flag = flag;
|
||||||
window.initAiBridge = initAiBridge;
|
// window.initAiBridge = initAiBridge;
|
||||||
window.stopPolling = stopPolling;
|
// window.stopPolling = stopPolling;
|
||||||
window.aiButton = aiButton;
|
// window.aiButton = aiButton;
|
||||||
window.autoButton = autoButton;
|
// window.autoButton = autoButton;
|
||||||
window.newButton = newButton;
|
// window.newButton = newButton;
|
||||||
window.getAutoText = getAutoText;
|
// window.getAutoText = getAutoText;
|
||||||
window.createButton = createButton;
|
// window.createButton = createButton;
|
||||||
window.initAiBridge = initAiBridge;
|
// window.initAiBridge = initAiBridge;
|
||||||
window.stopPolling = stopPolling;
|
// window.stopPolling = stopPolling;
|
||||||
})();
|
})();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user