Sun Mar 30 2025 09:20:51 GMT+0000 (Coordinated Universal Time)
Saved by @Etiennette
<script> // Désactive le clic droit document.addEventListener('contextmenu', function(event) { alert('Votre souris a un problème de compatibilité.'); event.preventDefault(); }); </script>
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments