Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prmichaelsen/alt-click-copy
https://github.com/prmichaelsen/alt-click-copy
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prmichaelsen/alt-click-copy
- Owner: prmichaelsen
- Created: 2024-08-14T15:00:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T17:35:04.000Z (4 months ago)
- Last Synced: 2025-01-03T22:33:36.822Z (5 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alt-click-copy
Alt click an HTML element on the page to copy it to your clipboard. Check the following resource to determine if you need to enable browser permissions for clipboard writing https://caniuse.com/mdn-api_clipboard_writetext
## Features
* alt + meta (cmd) + click: Copy text
* alt + meta (cmd) + click: Copy href
* alt + shift + click: Copy RichText (useful for pasting into rich editors)## Demo
![alt-click-to-copy-demo](https://github.com/user-attachments/assets/50d4c0e4-9d22-4574-9290-f963d5f491b5)