There are many posts flooded on the internet providing scripts which need to be added in <body> section which will cause no right click to be done on the blog/website.But the main problem with this is firstly it increases your page load time a bit and secondly it can be disable by a firefox extension, which makes your whole effort go zero.To solve this a new innovative technique is introduced before you in a sorted way.

The Steps Required are given below:
  1. Go to Blogger > Template > Edit HTML.
  2. Press Ctrl + F and search for <body> or <body expr:class='&quot;loading&quot; + data:blog.mobileClass'>
  3. Now if you have <body> tag just replace it with the below line.<body oncontextmenu='return false;'>
  4. Or if you have <body expr:class='&quot;loading&quot; + data:blog.mobileClass'> replace it with below line.<body expr:class='&quot;loading&quot; + data:blog.mobileClass' oncontextmenu='return false;'>

Everything is now done click 'save template' button above the template editor.Just for experimentation open your blog/website and try to right click, it wont be possible!
Hope you were benefited from this tutorial, do comment below if you have any doubts till then buhh byee... 

0 comments:

Post a Comment

 
Top