Able to see the copied data on clipboard. • Open notepad then copy this code.
Code
<script language="JavaScript"> var content = clipboardData.getData("Text"); alert("I hacked your clipboard \nCareful to your password \nYour previous copy was: \n"+ content);
• Then save it as html. • You can put this on your site. Note: You can change the alert message.