How to Disable Right Click On Blogspot - Function disable right click or disable right click that article and pictures can not copy paste. When access to 'right click' it also gives a warning message when the order is not in Copas blog on right click. This implementation is done in order to maintain the originality of a Blogger and privacy diplagiat of content from irresponsible parties.
To right click protection, this script answer the complaint buddy, if you want to put enough position on the sidebar by entering a code into gadgets or Template. Here's the tutorial how to make disable right click on the sidebar:
1. On the Dashboard page, go to Layout,
2. Click the Add gadget, choose HTML / JavaScript, enter the following code:
<script>
var message = "Message";
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
clickIE4 function () {if (event.button == 2) {alert (message); return false;}}
clickNS4 function (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>
Change the blue with a warning message,
3. Save the configuration script mate.
So how to make anti right click, so my friend could not post in 'copy and paste', in the 'block' well in 'right click'. Good luck. Happy blogging
To right click protection, this script answer the complaint buddy, if you want to put enough position on the sidebar by entering a code into gadgets or Template. Here's the tutorial how to make disable right click on the sidebar:
1. On the Dashboard page, go to Layout,
2. Click the Add gadget, choose HTML / JavaScript, enter the following code:
<script>
var message = "Message";
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
clickIE4 function () {if (event.button == 2) {alert (message); return false;}}
clickNS4 function (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>
Change the blue with a warning message,
3. Save the configuration script mate.
So how to make anti right click, so my friend could not post in 'copy and paste', in the 'block' well in 'right click'. Good luck. Happy blogging