Is it possible to write your own message into the clipboard when copying website data using ctrl+c? I\'ve found some Javascript that clears the clipboard - would be interest
Yes, you can. The basic trick is that you detect when a user holds down Control, and select a different piece of text on the page.