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.header
1 parent c594a0d commit 2bbcef4Copy full SHA for 2bbcef4
starters/chrome/extension/lib/chatgpt.js
@@ -50,7 +50,7 @@ const chatgpt = {
50
chatHistory: 'div#history',
51
errors: { toast: 'div.toast-root', txt: 'div[class*=text-error]' },
52
footer: 'div#thread-bottom-container > div:last-of-type > div, span.text-sm.leading-none',
53
- header: 'main div.sticky:first-of-type',
+ 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]))',
56
ssgManifest: 'script[src*="_ssgManifest.js"]'
0 commit comments