Skip to content

Commit cafcbdd

Browse files
committed
Merge branch 'main' of https://github.com/KudoAI/chatgpt.js
2 parents 2a29f93 + a62088c commit cafcbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starters/chrome/extension/lib/chatgpt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const chatgpt = {
3737
search: 'button[data-testid="composer-button-search"]',
3838
reason: 'button[data-testid="composer-button-reason"]',
3939
send: 'button[data-testid=send-button]',
40-
sidebar: 'button[data-testid*=sidebar-button]',
40+
sidebar: 'button[aria-controls=stage-slideover-sidebar], button[data-testid*=sidebar-button]',
4141
stop: 'button[data-testid=stop-button]',
4242
upload: 'button:has(> svg > path[d^="M12 3C12.5523"])',
4343
voice: 'button[data-testid*=composer-speech-button]'

0 commit comments

Comments
 (0)