Saturday 14 April 2012

how to disable right click on blogger blog

1



Usually how do we copy a content from a docs ? We would select the content we need to copy down and use short cut keys or Right click and Select copy. How about disable selecting text itself , then readers couldn't use shortcuts and even though they couldn't copy down using right click options.
So i recommend this method to bloggers who wish to protect their contents from content thieves.

Actually this script is free and very popular among website masters.

Lets go :
Sign In to Blogger account and go to relevant blog.
Go to Page Elements from Design  and Click on Add a Gadget and choose HTML/JAVASCRIPT from the gadgets.
Now Copy down the popular code and Paste it on the selected Gadget and Save it.

<!--Disable Copy And Paste-->
<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>

Now refresh your Blog and Right Click on it. Done! 


Please Like And Share with Friends Give us +1..

1 comments:

Anonymous said...

I’m not sure where you are getting your info, but great topic. I need to spend some time learning much more or understanding more. Thanks for fantastic information I was looking for this information for my mission.
website design

Post a Comment

 
Design by Aleem Hafeez | Bloggerized by Desi Boyz - Latest and Unique PC Games | Rss Feed

Followers

Contributors