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.header
1 parent 480a9b2 commit c96157dCopy full SHA for c96157d
chatgpt.js
@@ -49,7 +49,7 @@ const chatgpt = {
49
chatHistory: 'div#history',
50
errors: { toast: 'div.toast-root', txt: 'div[class*=text-error]' },
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',
+ header: 'header#page-header',
53
links: { newChat: 'nav a[href="/"]', sidebarItem: 'nav a' },
54
sidebar: 'div#stage-slideover-sidebar, div.bg-token-sidebar-surface-primary',
55
ssgManifest: 'script[src*="_ssgManifest.js"]'
0 commit comments