Disable Right Click in Blogger Blog without JavaScript
![Disable Right Click Disable Right Click](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjo2NCEHBtXO-i9iabh06ggt4NfmG94faPCJlaYsc_SXWloUVefe0Nnb0D9sMFE9DFpcWaHJEoaD4WodvXNk-EVQlbgjmGbv8F7uxEvo9FcX_gs0DlV5spmdmGPex87fPnaGKFNXu7d9e4/s200/aass.png)
Disable the right click on Blogger Blog without using any javascript. it is a simple context menu disabling HTML that will automatically prevent user from right clicking on your blog.
Instructions:
1. Go to Blogger > Template > Edit HTML.
2. Press Ctrl + F and search for <body>
3. Now replace it with the below line.
Or if you have <body expr:class='"loading" + data:blog.mobileClass'> replace it with below line.<body oncontextmenu='return false;'>
<body expr:class='"loading" + data:blog.mobileClass' oncontextmenu='return false;'>
4. Now just save your template and refresh your blog. now you will not be able to right click on your blogger blog.