Gemini - Last Prompt Replacer

Streamlines replacing the last prompt in a Gemini conversation with robust short and long press support.

作者
vfxturjo
日安装量
1
总安装量
1
评分
0 0 0
版本
0.8
创建于
2025-11-01
更新于
2025-11-01
大小
5.0 KB
许可证
MIT
适用于

📌 Gemini – Last Prompt Replacer

This userscript enhances productivity on Gemini by allowing users to quickly replace the last prompt in a conversation using either a short or long press of Ctrl + Q. It supports both automatic submission and manual editing, streamlining prompt iteration for power users and prompt engineers.


⚙️ Features

  • Short Press (Ctrl + Q): Replaces the last prompt and automatically submits it.
  • Long Press (Ctrl + Q held for 400ms+): Replaces the last prompt but leaves it open for manual editing.
  • Clipboard Integration: Reads the latest clipboard content and pastes it into the prompt editor.
  • Failsafe Checks: Alerts if no editable prompt is found or if clipboard access is denied.
  • Tampermonkey Menu Command: Adds a menu item called “Replace Last Prompt” for manual triggering.

🧠 How It Works

  1. Detection: Locates the last editable prompt using [data-test-id="prompt-edit-button"].
  2. Clipboard Read: Fetches text from the clipboard using navigator.clipboard.readText().
  3. Injection: Pastes the clipboard content into the prompt textarea (aria-label="Edit prompt").
  4. Submission (Optional): Simulates an Enter key press to submit the new prompt if triggered via short press or menu command.

⌨️ Keyboard Controls

Action Shortcut Behavior
Replace & Submit Ctrl + Q Short press (<400ms)
Replace & Edit Ctrl + Q Long press (≥400ms)

🛠️ Requirements

  • Clipboard access must be granted to Gemini.
  • Gemini must be in a state where prompts are editable.
  • Tampermonkey must be installed and active.

🧪 Tested On


🧾 Notes

  • This script does not modify Gemini’s backend or store any data.
  • It is designed for personal productivity and prototyping use.
  • For best results, ensure Gemini is loaded and the last prompt is visible.

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址