Don't Miss

Everyday tons of content is being published on the internet via different networks like Blogger, Wordpress etc. If you are a blog owner and you publish all the great and unique content on your blog then its important for you to make your content safe. Blogger always wanted to prevent their blog's content from copying. Suppose you work all the day and night to publish some unique content on your blog and someone just copies your content on his/her blog and publishes it. So, today we are going to learn How to Disable Right Click on your Blog to Prevent Copy/Paste.

Disable Right Click on your Blog to Prevent Copy/Paste

Step 1. Log in to your Blogger Dashboard
Step 2. Go to Layout >> Click on Add a Gadget and select HTML/JavaScript Gadget from the list of Gadgets
Step 3. Now Copy the below code and Paste it in the HTML/JavaScript Widget Box


<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>

Step 4. Hit the Save Button
That's it :)
Congratulations: You've successfully Disabled Right Click on your Blog and Now no one can copy/paste from your blog.

No Comment to " How to Disable Right Click on your Blog to Prevent Copy/Paste "