Monday, April 8, 2013

Today i'm gonna teach you how to protect blogger articles from bieng copied, There is a simple html script that you have to copy and paste its not difficult i think :p 

  1. Go To Blogger
  2. Layout ====> Add a Gadget
  3. Paste This Below On You Gadget Area
<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>


Now save And You Can Check Your Blog And Website You Will Done This.Any one Don't Try Copyed Your Articales because CTRL+A and CTRL+C Don't Working

Having problem? just comment it below we will reply you as soon as possbile.

0 comments:

Post a Comment

TOP