Paste from clipboard

Is there any widget to paste from clipboard out there?

I see there’s a copy to clipboard - ezclip.

It seems that most browsers wont allow you to paste data without the consent of the user. He must press control+v or paste via context menu first somewhere. You can process the data after the paste event with something like HTML/Javascript:


onpaste="yourFunction()"