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.
1 parent 9397861 commit f638d8cCopy full SHA for f638d8c
utils.js
@@ -361,7 +361,9 @@ class InjectionTargetsOnWebsite {
361
'textarea.w-full.px-2', // fallback for px-2 class
362
'textarea' // fallback: any textarea
363
],
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
+
367
buttonsContainerId: 'grok-custom-buttons-container'
368
},
369
Gemini: {
0 commit comments