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 4708c28 commit 5cf8bdbCopy full SHA for 5cf8bdb
utils.js
@@ -242,9 +242,9 @@ class InjectionTargetsOnWebsite {
242
],
243
sendButtons: [
244
'div.bf38813a [role="button"]', // Main send button
245
- 'button:has(svg)', // Any button with icon
246
'[aria-label*="Send"]', // ARIA fallback
247
- '[data-testid="send-button"]' // Test ID fallback
+ '[data-testid="send-button"]', // Test ID fallback
+ 'button:has(svg)' // Any button with icon
248
249
editors: [
250
'textarea#chat-input', // Textarea editor
0 commit comments