Copy Page URL on Alt+C with Top Center Toast

Copies the current page URL with Alt+C

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

Adds an Alt+C Keyboard Shortcut to Copy the Current Page URL with a Top-Center Toast Feedback.

This Tampermonkey/Greasemonkey userscript injects a keydown event listener that triggers when Alt+C is pressed. Upon activation, the script retrieves the current window.location.href and utilizes the navigator.clipboard.writeText() API to copy it to the clipboard. A dynamically created div element is styled and displayed as a temporary toast notification at the top center of the viewport to provide user feedback on the copy status (success or failure).