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.
selectors.sidebar
1 parent 2bbcef4 commit f5ec0e8Copy full SHA for f5ec0e8
chatgpt.js
@@ -52,7 +52,7 @@ const chatgpt = {
52
footer: 'div#thread-bottom-container > div:last-of-type > div, span.text-sm.leading-none',
53
header: 'div#page-header, main div.sticky:first-of-type',
54
links: { newChat: 'nav a[href="/"]', sidebarItem: 'nav a' },
55
- sidebar: 'div[class*=sidebar]:not(:has(div[data-testid=screen-threadFlyOut]))',
+ sidebar: 'div[class*=sidebar]:has(nav > div#sidebar-header)',
56
ssgManifest: 'script[src*="_ssgManifest.js"]'
57
},
58
0 commit comments