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.
chatgpt.selectors.sidebar
1 parent 57b3dcf commit 619c21fCopy full SHA for 619c21f
chatgpt.js
@@ -51,7 +51,7 @@ const chatgpt = {
51
footer: 'div#thread-bottom-container > div:last-of-type > div, span.text-sm.leading-none',
52
header: 'div#page-header, main div.sticky:first-of-type',
53
links: { newChat: 'nav a[href="/"]', sidebarItem: 'nav a' },
54
- sidebar: 'div.bg-token-sidebar-surface-primary',
+ sidebar: 'div#stage-slideover-sidebar, div.bg-token-sidebar-surface-primary',
55
ssgManifest: 'script[src*="_ssgManifest.js"]'
56
},
57
0 commit comments