Is it possible to read the clipboard without user interaction? Just like IE's window.clipdData.getData("Text")
?
I've seen other questions, such as Is it possible to read the clipboard contents in Firefox, Safari, and Chrome using Javascript?, but the onpaste event is not what we are looking for.