File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
starters/chrome/extension Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -882,7 +882,7 @@ const chatgpt = { // eslint-disable-line no-redeclare
882882 } ) ) ;
883883 } ,
884884
885- getChatInput ( ) { return chatgpt . getChatBox ( ) . value ; } ,
885+ getChatInput ( ) { return chatgpt . getChatBox ( ) . firstChild . innerText ; } ,
886886 getContinueButton ( ) { return document . querySelector ( 'button:has([d^="M4.47189"])' ) ; } ,
887887 getFooterDiv ( ) { return chatgpt . footer . get ( ) ; } ,
888888 getHeaderDiv ( ) { return chatgpt . header . get ( ) ; } ,
Original file line number Diff line number Diff line change 22 "manifest_version" : 3 ,
33 "name" : " ChatGPT Extension" ,
44 "description" : " A Chrome template to start using chatgpt.js like a boss!" ,
5- "version" : " 2024.9.25 " ,
5+ "version" : " 2024.10.3 " ,
66 "author" : " chatgpt.js" ,
77 "icons" : {
88 "16" : " icons/icon16.png" ,
You can’t perform that action at this time.
0 commit comments