If you own a blog or running a website then you must be sometime you might be worried about the content copyright protection. It is really painful to see that someone is stealing your content and you can't do anything to prevent it.There are certain paid tools which makes your blog copy protect, but we are here to make your blog or website copy protected without spending a single penny.
Don't wonder just follow the steps below to make your blog copy protected, and i am sure you will definately like it.
Don't wonder just follow the steps below to make your blog copy protected, and i am sure you will definately like it.
- Login to your blogger account.
- Click on design tab as shown below.
- Then on next page click on ADD A GADGET
- A new window will pop up, choose HTML/JAVASCRIPT.
- In the box just copy and paste the code below, no need to mention the title of the gadget. You can add it any where on the page, whether it's sidebar or footer.
<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>
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>
To view live demo of above mentioned method CLICK HERE
This comment has been removed by the author.
ReplyDelete