Now, You can disable right click on your blogger blog. By this, No one will able to copy anything either text and photo from your blogger blog.
Howto?
1. Log in to your blogger account
2. Go to Dashboard>Layout>Add a Gadget
3. Now find out Html/JavaScript. And then click on it.
4. Now and Copy and Paste the below code in Content Box.
<script language="JavaScript">
<!--
//Disable right click script III- By Hugestreet
//For full source code, visit http://www.hugestreet.info
var message="";
///////////////////////////////////
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>
5. Now click on Save.Done.
Comments
Post a Comment