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'],