Close Menu
My SiteMy Site
  • Home
  • Reviews
  • Computers
  • How Tos
  • Travel & Lifestyle
  • Phone ROMs
  • Contact
    • Advertise
    • About Us
Facebook X (Twitter) Instagram
My SiteMy Site
  • Home
  • Reviews
  • Computers
  • How Tos
  • Travel & Lifestyle
  • Phone ROMs
  • Contact
    • Advertise
    • About Us
My SiteMy Site
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 2025

March 3, 2021

5 Best Writing Software And Gadgets For Writers In 2025

January 14, 2021

Surefire Proven Tips on Taking Better Notes in 2025

October 26, 2020
Add A Comment
Leave A Reply Cancel Reply

Recent Posts
  • 6 Sports Apps You Must Have On Your Phone
  • Valencia Travel Guide: All You Need to Know About This Spanish Gem
  • TikTok Faces Unexpected Ban in Senegal, Sparks Global Curiosity
  • The Apple GPT & Apple’s Chatbot Mysterious Debut
  • Triller Takes on TikTok: Filing for Public Listing
Get Exclusive Tech Insights!
My Site
Facebook X (Twitter) Instagram YouTube
© 2025 Oscarmini Co. Designed by illBytes.

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