How To Disable Right Click To Blogger Website?
![]() |
Fast2Learning |
Right Click Disable in any Website unables User to Copy content of website and use it on other websites. It helps Blogger or Web Developer to Safe their Content from being robbed and used on other websites.
If you want to Disable right Click on your Website. So Read This Blog Carefully and Follow these Steps to Protect their Content from being Robbed.
Hey Guys,
This is Shivang from Fast2learning.com . Today In this Blog, I am going to tell How to Right Click Disable In Blogger Website with Easy Steps.
STEP 1). Go To Blogger.com and Sign in with your Gmail account and Password.
STEP 2). Select Your Blog in which You want to Disable Right Click.
STEP 3). Go to Layout
![]() |
Fast2Learning |
STEP 4). Go to Sidebars or Main Blog And Add Gadgets to it.
![]() |
Fast2Learning |
STEP 5). Add HTML/JavaScript to It
![]() |
Fast2Learning |
STEP 6). Copy The Below Code and Paste it.
<script>
<!--
//edit this message to say what you want
var message = "Function Disabled";
function clickIE() {
if (document.all) {
alert(message);
return false;
}
}
function clickNS(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 = clickNS;
}
else {
document.onmouseup = clickNS;
document.oncontextmenu = clickIE;
}
document.oncontextmenu = new Function("return false")
// -->
</script>
STEP 7). Click Save
![]() |
Fast2Learning |
STEP 8). Click Arrangements
![]() |
Fast2Learning |
0 Comments