Clipboard Control is a lightweight javascript plugin allowing you to control the behavior of the user’s clipboard.
The main utilities of the plugin are:
- Adding the url of your website at the end of the copied string
- Disabling the copy feature
- Running an action before or after the copy event
Main Features
- No jQuery required
- Lightweight (1kb)
- Disable copy functionality
- Alter text copied to clipboard
- Add events before and after copy trigger
- Well documented
- Clean coded
- Multiple examples included
Changelog
Version 1.0
- Initial release