Skip to content

Commit 5cf8bdb

Browse files
author
Maxim Fomin
committed
Deepseek order
1 parent 4708c28 commit 5cf8bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ class InjectionTargetsOnWebsite {
242242
],
243243
sendButtons: [
244244
'div.bf38813a [role="button"]', // Main send button
245-
'button:has(svg)', // Any button with icon
246245
'[aria-label*="Send"]', // ARIA fallback
247-
'[data-testid="send-button"]' // Test ID fallback
246+
'[data-testid="send-button"]', // Test ID fallback
247+
'button:has(svg)' // Any button with icon
248248
],
249249
editors: [
250250
'textarea#chat-input', // Textarea editor

0 commit comments

Comments
 (0)