@@ -25,19 +25,19 @@ const chatgpt = {
25
25
selectors : {
26
26
btns : {
27
27
continue : 'button:has(svg[class*=rotate] > path[d^="M4.47189"])' ,
28
- createImage : 'button[data-testid=" composer-create-image" ]' ,
29
- deepResearch : 'button[data-testid=" composer-deep-research" ]' ,
28
+ createImage : 'button[data-testid=composer-create-image]' ,
29
+ deepResearch : 'button[data-testid=composer-deep-research]' ,
30
30
login : 'button[data-testid*=login]' ,
31
31
newChat : 'a[href="/"]:has(svg),' // Pencil button (when logged in)
32
32
+ 'button:has([d^="M3.06957"])' , // Cycle Arrows button (in temp chat logged out)
33
33
regen : 'button[data-testid*=regenerate],' // oval button in place of chatbar on errors
34
34
// 'Try Again' entry of model selector below msg
35
35
+ 'div[role=menuitem] div:has(svg):has(path[d^="M3.06957"])' ,
36
36
scroll : 'button:has(> svg > path[d^="M12 21C11.7348"])' ,
37
- search : 'button[data-testid=" composer-button-search" ]' ,
38
- reason : 'button[data-testid=" composer-button-reason" ]' ,
37
+ search : 'button[data-testid=composer-button-search]' ,
38
+ reason : 'button[data-testid=composer-button-reason]' ,
39
39
send : 'button[data-testid=send-button]' ,
40
- sidebar : 'div[style*=\" -sidebar-width\" ] button[data-testid=close-sidebar-button], div[style*=\" -sidebar-rail-width\" ] button[aria-controls=stage-slideover-sidebar]' ,
40
+ sidebar : 'div[style*=-sidebar-width] button[data-testid=close-sidebar-button], div[style*=-sidebar-rail-width] button[aria-controls=stage-slideover-sidebar]' ,
41
41
stop : 'button[data-testid=stop-button]' ,
42
42
upload : 'button:has(> svg > path[d^="M12 3C12.5523"])' ,
43
43
voice : 'button[data-testid*=composer-speech-button]'
0 commit comments