How To Prevent Copying Content Form Blogger/Blogspot

Step 1.Go To Layout

Step 2.Add Page Element

Step 3.Add HTML/JavaScript AND Copy This Below Content And Paste In HTML/JavaScript

<script type="text/javascript">
//Prevent Copying Content From Blogger/Blogspot
//For full source code, visit http://bloggerstrade.blogspot.com

var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>



Step 4.Save The Templates And Its Done.


Share this post :
Share on Facebook
Share on Twitter
Share on StumbleUpon
Share on Delicious
Share on Reddit
Share on Digg
Share on simpy
Share on Technorati
furl Share on furl
Feeds RSS Subscribe to Feeds RSS

Subscribe Here To Get Latest Updates!

After Subscribe Verify Mail To Get Updates

8 Comments

  • November 12, 2011 2:20 AM | Permalink

    Thank you man... It works...

  • neha
    December 5, 2011 9:16 PM | Permalink

    thanks a lot.

  • December 22, 2011 3:07 AM | Permalink

    useful post ! thank you so much !

  • February 3, 2012 8:52 AM | Permalink

    Thank you very much for sharing....
    It really works well...

  • April 13, 2012 2:31 AM | Permalink

    It works but if I select all (Ctrl-A) and copy (Ctrl-C) I can still copy the content.

  • April 18, 2012 12:55 AM | Permalink

    @ Laura Its Working Fine Please Update Your Browser

  • April 25, 2012 4:10 AM | Permalink

    wao awsome i like it i apply it to my website. thanks for sharing this.

  • May 14, 2012 5:56 AM | Permalink

    Useful post.

  • Leave a Reply

    Followers