Quick Edit

"Quick Edit Popup for Web Content"

Autore
DuyNguyen2k6
Installazioni giornaliere
0
Installazioni totali
1
Valutazione
0 0 0
Versione
1.5
Creato il
18/06/2025
Aggiornato il
19/06/2025
Dimensione
11,6 KB
Licenza
Non disponibile
Applica a
Tutti i siti

Quick Edit Popup Userscript

Description

This userscript provides a quick-edit popup for any selected text on a webpage. When you highlight a piece of text and then middle-click (press the mouse wheel) on the selection, a popup window appears centered on the screen, allowing you to directly edit the selected content.

The popup supports:

  • Press Enter to save changes
  • Press Escape to cancel editing
  • Press Tab to insert a new line within the textarea

Key Features

  • Popup appears immediately in the center of the screen for easy access
  • Dark mode interface, easy on the eyes during nighttime use
  • Preserves the original font style and formatting while editing
  • Temporarily saves edit history locally (via browser storage)
  • Compatible with most websites (@match *://*/*)

How to Use

  1. Highlight (select) the text you want to edit on any webpage.
  2. Middle-click (press the mouse wheel) on the highlighted text.
  3. The quick-edit popup will appear.
  4. Edit the text inside the popup’s textarea.
  5. Press Enter to save your changes or Escape to cancel.
  6. Drag the popup by its top bar to reposition it if needed.

Notes

  • This script edits plain text nodes within the webpage DOM; it does not support complex HTML or rich-text editing.
  • Some websites with custom protections or unusual structures might limit the script’s editing capability.
  • The edit history is saved locally and does not sync across devices.
  • To disable the script temporarily, use your userscript manager (e.g., Tampermonkey).