Step 1: copy below code
Step 2: Then paste above /body tag
Step 3: 🥰 Save
<!-- don't copy my contact --> <script type='text/javascript'>
document.addEventListener("copy", function(e) {
e.preventDefault();
alert("Copying is not allowed. Please type the content instead. 🥰 Arye bhai thodi mehnat karo copy mat karo.... ");
});
</script>
