It is terrible to see term for term duplicate of your unique material on others’ weblogs. Content filching has become a real hassle for those who publish quality material on their weblogs but soon see it exactly duplicated and copied and pasted on other weblogs. The most frustrating thing is when this duplicated material mars the position of your own weblog in google.
Though it is difficult to completely destroy the material taking, yet there is an efficient way to avoid the material stealers to a large level from grabbing your hard proved helpful material. Through this publish I plan to tell you about a easy JavaScript rule to avoid copycats from duplicating your written text or scrapping your RSS nourish.
It is a very easy program avoiding the stealers from Copy choice as well as Choose All choice even using short cut important factors. This keeps the people away from cotton wool swab your material. Adhere to the awesome technique described below to set up the JavaScript rule in your website and get rid material scrappers.
- Go to Blogger
- Layout >> Add a Device >> Choose HTML/JavaScript Gadget
- Now Duplicate below rule and insert within that HTML/JavaScript gadget
<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>
Preserve your design and perspective your website. Just choose any written text and try to duplicate it; you'll see the you cannot do it. It has impaired all choices of duplicating, i.e. CTRL+A and CTRL+C on key pad. Wish you appreciate and advantage from it.
No comments:
Post a Comment