We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a29f93 + a62088c commit cafcbddCopy full SHA for cafcbdd
starters/chrome/extension/lib/chatgpt.js
@@ -37,7 +37,7 @@ const chatgpt = {
37
search: 'button[data-testid="composer-button-search"]',
38
reason: 'button[data-testid="composer-button-reason"]',
39
send: 'button[data-testid=send-button]',
40
- sidebar: 'button[data-testid*=sidebar-button]',
+ sidebar: 'button[aria-controls=stage-slideover-sidebar], button[data-testid*=sidebar-button]',
41
stop: 'button[data-testid=stop-button]',
42
upload: 'button:has(> svg > path[d^="M12 3C12.5523"])',
43
voice: 'button[data-testid*=composer-speech-button]'
0 commit comments