Skip to content

Commit 2bbcef4

Browse files
committed
Updated selectors.header ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js]
1 parent c594a0d commit 2bbcef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starters/chrome/extension/lib/chatgpt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const chatgpt = {
5050
chatHistory: 'div#history',
5151
errors: { toast: 'div.toast-root', txt: 'div[class*=text-error]' },
5252
footer: 'div#thread-bottom-container > div:last-of-type > div, span.text-sm.leading-none',
53-
header: 'main div.sticky:first-of-type',
53+
header: 'div#page-header, main div.sticky:first-of-type',
5454
links: { newChat: 'nav a[href="/"]', sidebarItem: 'nav a' },
5555
sidebar: 'div[class*=sidebar]:not(:has(div[data-testid=screen-threadFlyOut]))',
5656
ssgManifest: 'script[src*="_ssgManifest.js"]'

0 commit comments

Comments
 (0)