Skip to content

Commit becec28

Browse files
committed
Grok selectors.
1 parent 7876b86 commit becec28

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

utils.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -409,17 +409,17 @@ class InjectionTargetsOnWebsite {
409409
],
410410
sendButtons: [
411411
'form.bottom-0.w-full.text-base.flex.flex-col.gap-2.items-center.justify-center.relative.z-10 button[type="submit"]',
412-
'form button[type="submit"].group',
413-
'form button[type="submit"]'
412+
'form button[type="submit"].group',
413+
'form button[type="submit"]'
414414
],
415-
415+
416416
editors: [
417417
'textarea[aria-label="Ask Grok anything"]',
418418
'textarea.w-full.text-fg-primary[aria-label="Ask Grok anything"]',
419-
'textarea.w-full.text-fg-primary.px-2.leading-7',
420-
'textarea[dir="auto"][aria-label="Ask Grok anything"]',
421-
'form.chat-form textarea[aria-label="Ask Grok anything"]',
422-
'textarea.w-full.text-fg-primary.bg-transparent.focus\\:outline-none',
419+
'textarea.w-full.text-fg-primary.px-2.leading-7',
420+
'textarea[dir="auto"][aria-label="Ask Grok anything"]',
421+
'form.chat-form textarea[aria-label="Ask Grok anything"]',
422+
'textarea.w-full.text-fg-primary.bg-transparent.focus\\:outline-none',
423423
'textarea.w-full.text-fg-primary'
424424
],
425425
threadRoot: '.w-full.h-full.overflow-y-auto.overflow-x-hidden.scrollbar-gutter-stable.flex.flex-col.items-center.px-gutter',

0 commit comments

Comments
 (0)