Skip to content

Commit f5ec0e8

Browse files
committed
Updated selectors.sidebar to work on mobile
1 parent 2bbcef4 commit f5ec0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatgpt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const chatgpt = {
5252
footer: 'div#thread-bottom-container > div:last-of-type > div, span.text-sm.leading-none',
5353
header: 'div#page-header, main div.sticky:first-of-type',
5454
links: { newChat: 'nav a[href="/"]', sidebarItem: 'nav a' },
55-
sidebar: 'div[class*=sidebar]:not(:has(div[data-testid=screen-threadFlyOut]))',
55+
sidebar: 'div[class*=sidebar]:has(nav > div#sidebar-header)',
5656
ssgManifest: 'script[src*="_ssgManifest.js"]'
5757
},
5858

0 commit comments

Comments
 (0)