You can protect your blogspot posts and pages from people who copy and paste your hard work and projects. Today i will share with you how to disable right click on blogspot or in blogger.
The Script Code to disable right click on blogger am sharing is copyright free and anyone using blogspot platform is free to use it.
Read Also: How to watch premium programs/locked channels on tvs and decoders without paying
How to Disable Right Click on Blogger Blog
Follow these step by step guide to disable right click on your blogspot
1. Login to Blogger Dashboard and navigate to Layout.
2. Click on ‘Add a Gadget‘ on the sidebar or anywhere you like.
3. Select ‘HTML/Javascript‘ and Paste the below-given code.
<script language=javascript>
<!--
//Disable right click script - By https://jarzem.blogspot.com
//
var message="Function Disabled";
////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
Read Also: How to add a download countdown in blogspot.
STEP 4. Click on Save and you are done.
I hope you enjoyed the free Script Code to disable right click on blogger and successfully disabled right click on blogspot. Please check other free blogger tricks here. Let me know what you think in the comments section below.