Skip to content

Commit 3077eb2

Browse files
committed
gemini selectors added
1 parent 51f27d3 commit 3077eb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ class InjectionTargetsOnWebsite {
361361
'textarea.w-full.px-2', // fallback for px-2 class
362362
'textarea' // fallback: any textarea
363363
],
364+
364365
buttonsContainerId: 'grok-custom-buttons-container'
365366
},
366367
Gemini: {
@@ -377,6 +378,7 @@ class InjectionTargetsOnWebsite {
377378
'div.ql-editor[contenteditable="true"]', // Quill editor div
378379
'rich-textarea div.ql-editor' // More specific path
379380
],
381+
threadRoot: 'infinite-scroller[data-test-id="chat-history-container"]',
380382
buttonsContainerId: 'gemini-custom-buttons-container' // Unique ID
381383
}
382384
};

0 commit comments

Comments
 (0)