Adds a draggable floating button to ChatGPT and Gemini that pastes your clipboard and auto-sends the message. Auto-detects browser language.
Adds a floating button that pastes your clipboard into ChatGPT or Gemini and auto-sends the message. Draggable, multi-language.
A productivity userscript for ChatGPT and Google Gemini that adds a small floating PASTE button to both sites. One click reads your clipboard, pastes it into the chat input, and automatically sends the message — saving you the manual paste, click, and send cycle.
Pairs perfectly with transcription tools, note-taking apps, or any workflow where you frequently move text into an AI chat.
document.execCommand('insertText') to ensure Gemini's editor registers the full pasted text, not just the first word (a common issue with naive paste implementations)The button labels automatically adapt to your browser language:
| Code | Language |
|---|---|
| en | English (default) |
| es | Español |
| pt | Português |
| fr | Français |
| de | Deutsch |
| it | Italiano |
Other browser languages will display the English version. Feedback and translation contributions are welcome.
chatgpt.com and gemini.google.com.⚠️ NOT SENT so you know to send manually.If you use TurboScribe for transcriptions, check out the companion script TurboScribe Quick Copy which adds a matching one-click copy button. Together they create a seamless transcribe → copy → paste → send workflow.
MIT — feel free to fork, modify, and adapt.