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