Skip to content

Commit f638d8c

Browse files
committed
grok selector try
1 parent 9397861 commit f638d8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,9 @@ class InjectionTargetsOnWebsite {
361361
'textarea.w-full.px-2', // fallback for px-2 class
362362
'textarea' // fallback: any textarea
363363
],
364-
364+
// Updated thread root selector based on debugging - most reliable container
365+
threadRoot: '.w-full.h-full.overflow-y-auto.overflow-x-hidden.scrollbar-gutter-stable.flex.flex-col.items-center.px-gutter',
366+
365367
buttonsContainerId: 'grok-custom-buttons-container'
366368
},
367369
Gemini: {

0 commit comments

Comments
 (0)