Saturday 22 June 2013

HOW TO STOP COPYING OF YOUR BLOG CONTENT THE EASIER WAY

There are many people who will copy your blog content without acknowledging the rightful owner across the internet, and if you wish to disable CTR+A (highlighting) and CTR+C(copying) of your blog content you need to follow these simple steps and you are done.
Go to blogger dashboard click on HTML and search for <body> using CTR+F and place this HTML javascript below <body>
if CTR+F  wont help you do this you can download any HTML editor like NOTEPAD++ copy all your HTML and paste in NOTEPAD++ and search for <body> then insert this javascript below the <body>
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function (&quot;return false&quot;)
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>

0 comments:

Post a Comment

Category List