Clear clipboard to prohibit unauthorised copying, insert message?

后端 未结 3 685
不知归路
不知归路 2020-12-12 01:55

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

3条回答
  •  再見小時候
    2020-12-12 02:35

    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.

提交回复
热议问题