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 51f27d3 commit 3077eb2Copy full SHA for 3077eb2
utils.js
@@ -361,6 +361,7 @@ class InjectionTargetsOnWebsite {
361
'textarea.w-full.px-2', // fallback for px-2 class
362
'textarea' // fallback: any textarea
363
],
364
+
365
buttonsContainerId: 'grok-custom-buttons-container'
366
},
367
Gemini: {
@@ -377,6 +378,7 @@ class InjectionTargetsOnWebsite {
377
378
'div.ql-editor[contenteditable="true"]', // Quill editor div
379
'rich-textarea div.ql-editor' // More specific path
380
381
+ threadRoot: 'infinite-scroller[data-test-id="chat-history-container"]',
382
buttonsContainerId: 'gemini-custom-buttons-container' // Unique ID
383
}
384
};
0 commit comments