OscarminiOscarmini
  • Home
  • Reviews
  • Computers
  • How Tos
  • Travel & Lifestyle
  • Phone ROMs
  • Contact
    • Advertise
    • About Us
Facebook Twitter Instagram
OscarminiOscarmini
  • Home
  • Reviews
  • Computers
  • How Tos
  • Travel & Lifestyle
  • Phone ROMs
  • Contact
    • Advertise
    • About Us
OscarminiOscarmini
Home»Blogging»How to Disable Right Click in Blogger
Blogging

How to Disable Right Click in Blogger

Oscar FrankBy Oscar Frank2 Mins Read
Share
Facebook Twitter LinkedIn WhatsApp Pinterest Email

For the reason of discouraging people from copying your blog posts or contents, you can consider disabling right click on your blog so that people won’t be able to copy your articles. This post would be a guide to learning how to disable the mouse right click on your blogger blog.

  • Must Read: How to Stop Framing Sites from Stealing Your Contents

how to disable right click

Disabling Right-Click on Blogger Blogs

– Login to your blogger account.
– Click on Design > Edit HTML
– Search for <body> and place this code directly above it below the

<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Oscar Frank
//For full source code, visit http://www.oscarmini.com
var message="Function Disabled!";
///////////////////////////////////
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>

  • Must Read: How To Easily Add Sitemaps To Blogger Blogs

I really don’t like disabling right click on my blog because it becomes a disadvantage on tutorials, codes sharing blog as it will avoid newbie bloggers from copying the shared tutorials as they use mouse to copy them. Well, that’s my take.

I hope this helped. Feel free to share your other methods and opinions using the comment box

blogger Blogger tips blogging Disable Right Click Javascript

Related Posts

5 Best Gadgets For Hobby-Bloggers In 2023

March 3, 2021

5 Best Writing Software And Gadgets For Writers In 2023

January 14, 2021

Surefire Proven Tips on Taking Better Notes in 2023

October 26, 2020
Add A Comment

Leave A Reply Cancel Reply

Recent Posts
  • 10 Insane TikTok Trends That Shook The Internet
  • 10 Tech Innovations that will Change the Way we Live & Work
  • Curacel, a Nigerian Insurtech Startup, Raises $3 Million
  • Google Redesigns and Upgrades Gboard Toolbar
  • Internet Explorer to be Permanently Disabled
Get Exclusive Tech Insights!
Oscarmini
Facebook Twitter Instagram YouTube
© 2023 Oscarmini Co. Designed by illBytes.

Type above and press Enter to search. Press Esc to cancel.