Disable Copying on a website

前端 未结 8 1174
礼貌的吻别
礼貌的吻别 2021-02-10 06:38

I know that it\'s impossible to thwart the world\'s most advanced minds, but I\'d like to put the slightest of barriers on my website to keep my students from copying text from

8条回答
  •  春和景丽
    2021-02-10 07:24

    Its some how daunting to create a function that would do that, what you should target is, clearing the clipboard so even if, the user press Ctrl + C, nothing is copied into the clipboard, a simple function like this should do the trick :

    
    
    
    
    

    although this can still be defeated....

提交回复
热议问题