Commit 8ef8fd6
Auto-decode URL-encoded content pasted into Gemini Prompt (#234)
Adds a paste event listener on the Content textarea that detects
URL-encoded text (containing %XX hex sequences) and automatically
decodes it via decodeURIComponent. Falls back to normal paste if
decoding fails (malformed sequences).
https://claude.ai/code/session_013F3xkvp8LebNQ9wPj3d1md
Co-authored-by: Claude <noreply@anthropic.com>1 parent 18cd012 commit 8ef8fd6
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
521 | 543 | | |
522 | 544 | | |
523 | 545 | | |
| |||
0 commit comments