How to Prevent Image and Content Theft from Your Website

As you have read in the title that this article website is for preventing copying of website content to visitors. For this, we will run a javascript on the website. The script is given below.

Script -

<script type="text/javascript">
if (typeof document.onselectstart!="undefined" ) {
  document.onselectstart=new Function ("return false" );
} else {
      document.onmousedown=new Function ("return false" ); document.onmouseup=new Function ("return true" );
}

</script>

Step 1
Copy this script, Go to your Website Dashboard

Step 2
Open Your Website Template Editor.

Step 3
 Paste This Script After The Body Tag (<body>) or Befor (</body>)

Step 4
Save and Open Your Website 

1 Response to "How to Prevent Image and Content Theft from Your Website "

  1. I am definitely enjoying your website. You definitely have some great insight and great stories. why is seo important

    ReplyDelete

Thanks For Commenting