
Disable right click function on blog is one of the best way to protect your blog content from content thieves.
Even Thieves couldn't save images in your blog.They will be displayed a status message that this function is disabled in this blog .You can customize the status message according to you.
Actually this script is free and very popular among website masters.
Lets Start:
- Sign In to Blogger account and go to relevant blog.
- Go to Edit HTML though Design .
- Now Search fr Below Code.
</head>
- Now Copy down the below code and Paste it before the Above code.
<!--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=disableselect document.onclick=reEnable } </script>
- Save the Template ,And refresh your Blog and Right Click on it. Done!
Terimakasih anda telah membaca artikel tentang how to disable right click on blogger blog. Jika ingin menduplikasi artikel ini diharapkan anda untuk mencantumkan link https://kadangkumatmyblog.blogspot.com/2011/07/how-to-disable-right-click-on-blogger.html. Terimakasih atas perhatiannya.