From 3b22240e94683c494e80e596e7f9f0fc3a792c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Lui=20=E5=88=98=E5=B1=95=E9=B9=8F?= Date: Fri, 17 May 2024 06:50:27 -0700 Subject: [PATCH] Added `.getStopButton()` alias for `.getStopGeneratingButton()` --- chatgpt.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chatgpt.js b/chatgpt.js index 264c85ca5..036c30b76 100644 --- a/chatgpt.js +++ b/chatgpt.js @@ -1892,6 +1892,7 @@ const funcAliases = [ ['getHeaderDiv', 'getHeader'], ['getLastPrompt', 'getLastQuery', 'getMyLastMsg', 'getMyLastQuery'], ['getScrollToBottomButton', 'getScrollButton'], + ['getStopGeneratingButton', 'getStopButton'], ['getTextarea', 'getTextArea', 'getChatbox', 'getChatBox'], ['isFullScreen', 'isFullscreen'], ['logOut', 'logout', 'logOff', 'logoff', 'signOut', 'signout', 'signOff', 'signoff'],