So guys let Biggins to Disable mouse Right Click On Blogger blogs?
So here is code below you just have to follow these to simple steps to fully Disable the Right Click on Your Blog or Websites
Step Number One Is :
Copy this JavaScript Code which given Below 👇 and now See Step 2 Go To the blog layout and Click on add widget and now click on HTML JavaScript and Paste it Your DOne
<script language=javascript><!--
var message="Sorry Mr Copy King You can't Copy Here!";
///////////////////////////////////function clickIE4(){if (event.button==2){alert(message);return false;}}
function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert(message);return false;}}}
if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}
document.oncontextmenu=new Function("alert(message);return false")
// --></script>
You can see there is a message written as Red Line Texxxt Above link in JavaScript Code As Mr. Copy King you can't Copy Here!
also, you can change this one by your own what you wanted to be shown while trying to click the Righ Click On Mouse............
2nd Step
Go to Blogger
3rd Step Select the blog which you want to Disable the Right Click.
4th Step
Click on Layout
5th Step
Click On Add a Widget
6th Step
Click On the HTML/JavaScript and Paste the Above code on the New Blank popup window opens and click on save. Now your done View your blog and try to click the right click on mouse button now in its disable to your blog and see if it can not be clickable and you will see the message which written above Enjoy...
Hope you like this article keep visiting this blog for more interesting blogging stuff thank you very much... To Show your awesome support by sharing................
Please comments if you are facing any problem regarding this article. Please Share it If You Like It Thank You