It is very disturbing if someone copy your content and paste in his website or blog . Mostly people do this because to create genuine content it takes time .So if we could disable copy and right click on websites ,the rate at which the content’s being copied can be reduced. I am gonna explain this trick with reference to Blogger service of Google. Others may also use the code in their perspective. This is having some disadvantages if you are listing some useful sites for your users or some stuff that needs to be copied.
Now for Blogger , open Layout now edit HTML
Before you edit template save a copy for future use.
Paste the following the JavaScript code just below <head> tag as shown in screenshot.
<!-- Disable Copy and Paste--><script language='JavaScript1.2'>function disableselect(e){return false}function reEnable(){return true}document.onselectstart=new Function ("return false")if (window.sidebar){document.onmousedown=disableselectdocument.onclick=reEnable}</script>
Here we are using JavaScript to disable copy and right click on website or blog . So If someone disables the browser JavaScript support , the contents could be easily copied .
Tags: block content copying, disable copy in Blogger, JavaScript to block copy function, plagiarism, prevent copying text, Wordpress plugin to disable copy


doesn’t work, I can still copy from my blog (blogger) – thoughts?
Is there any code to disable CTRL+V in a blog or website using javascript. I’ll be looking forward to your answer. Thanks.