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
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.
1 comments :
This was super helpful. Thank you very much. :)
Post a Comment