A voir également:
- Bloquer capture d'écran snapchat
- Capture d'écran whatsapp - Accueil - Messagerie instantanée
- Capture d'écran samsung - Guide
- Capture d'écran mac - Guide
- Double ecran - Guide
- Capture d'écran ipad - Guide
26 réponses
J'ai trouvé un script incompatible avec firefox qui permet de bloquer la capture d'écran :
<html><head><title>JavaScript code/Disable PrintScreen</title>
<script language="JavaScript"><!--
function clp_clear() {
var content=window.clipboardData.getData("Text");
if (content==null) {
window.clipboardData.clearData();}
setTimeout("clp_clear();",1000);}
--></script></head>
<body onload='clp_clear()'>
<br>
<p><font color=black><font size=2>
</body></html>
Vider le presse-papier à la hache risque de ne pas servir à grand chose, et d'agacer passablement les utilisateurs.