Disable Right Click in Blogger or Website 100% Worked
HomeTricks

Disable Right Click in Blogger or Website 100% Worked

If you want to save your blog from content stealing so you are landing on a right page, because in this article I will explain you that...

How to Convert Image Background Color into Transparent
How to Install/Use WhatsApp on PC in Easiest Way
How to Move Android Apps to SD Card in Easy Steps
If you want to save your blog from content stealing so you are landing on a right page, because in this article I will explain you that how you can disable right click from a blogger or a web. Content stealing is become a big problem nowadays cause of high competition in search results so when a newbie enter in blogging without any great knowledge and experimental homework so he first think that he will get tons of visitors by stealing content from pro blogs who are getting high traffic from search results, but it’s thought work only in his dream because all knows copying content can’t get a singly visitor from search results due to Google web spiders which are doing his work very well and smartly.

There is other alternative also from which you can keep your blog content safe, but it will act when someone tries to steal your content i.e. DMCA. If you don’t want to take a risk so remove the main tool of copying, i.e. right click it is very useful for you if you removed the right click on your blog, it has lots of benefits mentioned below.
  1. It will save your content from copying.
  2. It will save your unique images, because content theft also tries to steal your post image which creates negative sign for your post image in Google image search.
  3. The main benefit to you, it will not allow users to see your blog template coding and styling from “View Page Source”.
So this was the risk free benefits for your blog, let’s start to implement the disable right click script in your blog.

How to Disable Right Click in Blogger Blog

First open your blogger account.

Go to Layout>> Add a Gadget>> HTML/Java script

Now paste the below code into HTML/Java script.
<script language="JavaScript">
<!--
//Disable right click script by http://www.protechnify.com/ Notice: Don't Remove the Credit
///////////////////////////////////
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>
Then, move on Template>> Edit HTML>> click anywhere (for concentration) and press CTRL+F (for search box).

Search the below code.
</head>
 Finally, add the below code just before the above code.
<script type="text/javascript">
//<![CDATA[
function nocontext(e) {
var clickedTag = (e==null) ? event.srcElement.tagName : e.target.tagName;
if (clickedTag == "IMG") {
alert(alertMsg);
return false;
}
}
var alertMsg = "Image context menu is disabled";
document.oncontextmenu = nocontext;
//]]>
</script>
Click on Save Template and click on view blog which is present on top of the blogger screen.

Read This: How to Add Flag Counter Widget in Blogger.

Now tap right click of your mouse and check your script is working fine or you have to do solve your template bugs. After disable the right click, your blog is 100% safe and nobody can steal your content and images. If you get any type of error, so discuss with me in the comment box which is present below.
Name

Android,2,backlinks,7,Blogger,46,blogger theme,1,Errors,1,How To,31,Make Money Online,2,SEO,13,SMM,10,Templates,9,Tools,7,Tricks,15,Web designing,18,Widgets,24,WordPress,4,
ltr
item
PRO TECHNIFY: Disable Right Click in Blogger or Website 100% Worked
Disable Right Click in Blogger or Website 100% Worked
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1QdD8anZbbNVscoSquyrR4z-N7KKNuaUVQw4tbxCk717gPqIN56S987vk0MO62NGkiifEFJEoLRtIZ9yv-1pILXmPGrF02F4oJGVy0LOEKUz73gW06iGK867_qWS4azrV1rsoe7yWiaRZ/s640/Diable-right-click.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1QdD8anZbbNVscoSquyrR4z-N7KKNuaUVQw4tbxCk717gPqIN56S987vk0MO62NGkiifEFJEoLRtIZ9yv-1pILXmPGrF02F4oJGVy0LOEKUz73gW06iGK867_qWS4azrV1rsoe7yWiaRZ/s72-c/Diable-right-click.jpg
PRO TECHNIFY
https://protechnify.blogspot.com/2015/09/disable-right-click-blogger-website.html
https://protechnify.blogspot.com/
https://protechnify.blogspot.com/
https://protechnify.blogspot.com/2015/09/disable-right-click-blogger-website.html
true
8223102945718438291
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy