Clipboardme – Grab And Inject Clipboard Content By Link
Grab/Inject Clipboard Content Browsers are implementing a new JavaScript API for asynchronous clipboard access to integrate copy and paste into web applications. It is a replacement for the synchronous execCommand-based copy & paste. Async Clipboard requests doesn’t block the page while waiting the process, it’s a improvement over sync requests as well as simplifying eventsRead More