How to Protect Content From Copy Paste In Blogger

 How to Protect Content From Copy Paste In Blogger
  1. Just  COPY Below given code and paste It to Blogger theme above </body>

<!– disable Right Click paste Above </body> –>

<script>
$(&#39;body&#39;).bind(&#39;copy cut drag drop&#39;, function (e) { e.preventDefault(); });
</script>