HOT POST

6/recent/ticker-posts

HOW TO DISABLE RIGHT CLICK BUTTON FOR BLOGGER / BLOGSPOT

  • You might have been noticed that some bloggers don't allow copying contents from their blogs and to do so they disable the right click on their blog. 
  • It means when you select any text from their blogs and do a right-click to copy that content, nothing will happen. This tutorial helps you to get rid of copycats and content stealers. So let's check you how to disable right click on Blogspot blogs.
Step - 1
  • First go to "Layout" page of your blog.
Step - 2
  • Click on "Add a Gadget" link from sidebar section or other where you want to appear recent comments widget.

Step - 3
  • Select "HTML/JavaScript" widget.
Step - 4 - Paste following Code on that

<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
STEP - 5
  • Save it and you disabled right click button on your blog.

Post a Comment

0 Comments