Skip to content

Commit 619c21f

Browse files
authored
Updated chatgpt.selectors.sidebar to include new slideover one
1 parent 57b3dcf commit 619c21f

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
@@ -51,7 +51,7 @@ const chatgpt = {
5151
footer: 'div#thread-bottom-container > div:last-of-type > div, span.text-sm.leading-none',
5252
header: 'div#page-header, main div.sticky:first-of-type',
5353
links: { newChat: 'nav a[href="/"]', sidebarItem: 'nav a' },
54-
sidebar: 'div.bg-token-sidebar-surface-primary',
54+
sidebar: 'div#stage-slideover-sidebar, div.bg-token-sidebar-surface-primary',
5555
ssgManifest: 'script[src*="_ssgManifest.js"]'
5656
},
5757

0 commit comments

Comments
 (0)