Easy Copy Selected Text - Enhanced

Automatically copies selected text to clipboard with additional features

लेखक
diogoodev
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
5
रेटिंग
0 0 0
आवृत्ती
0.8
बनवली
2025-03-14
अपडेट केली
2025-03-14
आकार
9.16 KB
License
MIT
यांवर लागू होते:
सर्व संकेतस्थळे

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.