Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Sep 16, 2024
2 parents e5ac941 + 92e1066 commit 653efcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starters/chrome/extension/lib/chatgpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -1933,9 +1933,9 @@ const cjsFuncAliases = [
['getFooterDiv', 'getFooter'],
['getHeaderDiv', 'getHeader'],
['getLastPrompt', 'getLastQuery', 'getMyLastMsg', 'getMyLastQuery'],
['getContinueGeneratingButton', 'getContinueButton'],
['getContinueButton', 'getContinueGeneratingButton'],
['getScrollToBottomButton', 'getScrollButton'],
['getStopGeneratingButton', 'getStopButton'],
['getStopButton', 'getStopGeneratingButton'],
['getTextarea', 'getTextArea', 'getChatbar', 'getChatBar', 'getChatbox', 'getChatBox'],
['isFullScreen', 'isFullscreen', 'isfullscreen'],
['isLoaded', 'isloaded'],
Expand Down

0 comments on commit 653efcf

Please sign in to comment.