
Because of the increasing popularity of blogging platform, most new bloggers who want to make some quick buck from their blog steer to copy and pasting articles and images from other websites.
1)Go to the blogger dashboard-->select blog-->template--->Edit HTML
Today, I am posting on how to disable right clicking on images to help prevent the case of stolen image. irs tax
To prevent these copy pasters from stealing images from your blog is not a cumbersome affair.
1)Go to the blogger dashboard-->select blog-->template--->Edit HTML
Now place the below code right after the </head> tag.
<script type="text/javascript">
//<![CDATA[
/* *************************************************************
Disable Right Click menu on images
***************************************************************** */
function nocontext(e) {
var clickedTag = (e==null) ? event.srcElement.tagName : e.target.tagName;
if (clickedTag == "IMG") {
return false;
}
}
document.oncontextmenu = nocontext;
//]]>
</script>
Note: Protecting your images 100% is impossible.
You always can Save the full page and get all the images of the page auto insurance:)

Reviews:
Post a Comment