Easy Copy Selected Text - Enhanced

Automatically copies selected text to clipboard with additional features

Autor
diogoodev
Instalaciones diarias
0
Instalaciones totales
7
Calificaciones
0 0 0
Versión
0.8
Creado
14/03/2025
Actualizado
14/03/2025
Tamaño
9.16 KB
Licencia
MIT
Funciona en
Todos los sitios

Easy Copy Selected Text – Enhanced
This script automatically copies selected text to the clipboard and shows a notification. It uses the modern Clipboard API or falls back to document.execCommand('copy').

Instructions

  1. Install Tampermonkey.
  2. Add the script to Tampermonkey.
  3. Select text on any page to copy it. A notification confirms it worked.
  4. Toggle it on/off with Alt.

Configuration

  • enabledByDefault: Starts active.
  • copyDelay: Delay before copying (ms).
  • selectionDelay: Delay for selection updates (ms).
  • notificationDuration: Notification display time (ms).
  • toggleKey: Key to toggle (default: Alt).
  • middleClickPaste: Enable middle-click pasting.

Notes

  • Best on HTTPS pages.
  • No characters before the meta block.
  • Free to use and modify.

Support

Check the script’s page or repositor for help.

长期地址
遇到问题?请前往 GitHub 提 Issues。