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 ce043a5 commit 69b58a5Copy full SHA for 69b58a5
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[class*=sidebar]:has(nav > div#sidebar-header)',
+ sidebar: 'div.bg-token-sidebar-surface-primary',
55
ssgManifest: 'script[src*="_ssgManifest.js"]'
56
},
57
0 commit comments