Sunday, July 22, 2012

Disable Right Click from your Blog

Do you feel that someone is copying your content,images etc. in which you spend a lot time to make? 
If the answer is yes, Then you are at the right post.
This tutorial show you how to disable right click on your Blog.
After this tutorial your content and every thing will be safe from your blog no one will dare to copy or inspect anything and it is a must trick for every blogger.
Read carefully every step and comment for any query. We support 24/7.


Step = 1  Go to your Blog


Step = 2  Go to layout and then Add Gadget


Step = 3  Add HTML/ Java and then paste the following code :








<script type="text/javascript">
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>


Save the Gadget and that's it. If you like it ! then comment and Share

© 2012 Unicornix, AllRightsReserved.

Designed by Unicornix