Preview:
<script>
    // Désactive le clic droit
    document.addEventListener('contextmenu', function(event) {
        alert('Votre souris a un problème de compatibilité.');
        event.preventDefault();
    });
</script>

downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter