Open your website HTML File. Find </body> tag. Then, just add the following JavaScript code after the </body> tag.
<!DOCTYPE html> <html> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html>
<script type="text/javascript"> jQuery(document).ready(function () { // Disable cut copy paste jQuery('body').bind('cut copy paste', function (e) { e.preventDefault(); }); // Disable mouse right click jQuery("body").on("contextmenu",function(e){ return false; }); }); </script>
The file should now look something like this.
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: