File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,8 @@ const chatgpt = {
28
28
createImage : 'button[data-testid="composer-create-image"]' ,
29
29
deepResearch : 'button[data-testid="composer-deep-research"]' ,
30
30
login : 'button[data-testid*=login]' ,
31
- newChat : 'a[data-testid=create-new-chat-button],' // sidebar button (when logged in)
32
- + 'button:has(path[d^="M3.06957"]),' // Cycle Arrows icon (Temp chat mode)
33
- + 'a:has(> svg > path[d^="M15.6729"])' , // Pencil icon (recorded chat mode)
31
+ newChat : 'a[href="/"]:has(svg),' // Pencil button (when logged in)
32
+ + 'button:has([d^="M3.06957"])' , // Cycle Arrows button (in temp chat logged out)
34
33
regen : 'button[data-testid*=regenerate],' // oval button in place of chatbar on errors
35
34
// 'Try Again' entry of model selector below msg
36
35
+ 'div[role=menuitem] div:has(svg):has(path[d^="M3.06957"])' ,
You can’t perform that action at this time.
0 commit comments