Skip to main content

How To Disable Right Click In Blogger

Welcome to the amazing world of cool hacking tricks. If you are looking for some really very interesting tricks than you are in right place. In this Blog I will share with you every tricks and tips which you need to know. I have also included many Blogger tricks due to increasing users in Blogger platform and is the time for new blogger trick.
Today, I will show you how to disable right click in Blogger. You always want to make copyesters away from your Blog. You have written your Blog with so much of hard work and some malicious bloggers just copy it. If you want disable right click in Blogger then follow these simple steps:

How To Disable Right Click In Blogger


  • First go to blogger home and sign in with your account.
  • Than go to Dashboard. Screenshot of the Dashboard is given below:
Disable Right Click In Blogger
Blogger Dashboard
  • After that you have to go to Layout section. Click on Layout in Blogger Dashboard.
  • Then add a new Gadget.
  • After you click on Add A New Gadget a pop up will appear. Click HTML/Javascript.
  • Now the time for the code that will disable right click in your Blog. Paste the code given below in the pop up.
<!--Code Starts-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<!--Code to stop right click end-->
  • Now hit save button.
  • Done. You have blocked right click on your Blogspot Blog. Now say bye to malicious bloggers.
If you only want to disable text highlighting or text marking that will prevent users from copying than try the code given below. This code will not allow text highlight on your Blogger blog. Just Paste the code given below instead of above code.
html, body, div, span, object,
form, input, h1, h2, button, label, a, img {
  -moz-user-select: none;
  -webkit-user-select: none;
  /* this will work for QtWebKit in future */
  -webkit-user-drag: none;
}

If you are facing any sort of problem to block right click in your blog then you can comment. Do you like this cool trick, you may also like to subscribe to our free newsletter.

More Hacking Tricks


Comments

Popular posts from this blog

Need for Speed (NFS) Carbon Cheats, Codes and Unlock Parts

Need for Speed makes some great racing games like NFS Most Wanted, Rivals etc. and Need for Speed Carbon is another 10th addition to their NFS series. It's the first game to get the PEGI rating 12+. It's a very good game with it's story line. If you are looking for some adventure and a good racing than this one will be in your game list. While playing the game you will face some difficulty in completing this game. And from than onwards you may look some cheat codes that can help you in completing NFS carbon. And to make it easier for you here is the list of some working cheat codes and trainer. But you proceed to know about cheats and tricks for Need for Speed Carbon you would like to know the adventurous story of the game. So let's start. The game is set in the fictitious city of Palmont. Soon after the player leaves the Rockport City ( remember jumping of an old bridge in last scene of NFS Most Wanted) the player drives on a route to Palmont city with his BMW ca...

How to Get Unlimited Ammo and Health in IGI 2

After many days I am sharing a cool and interesting trick for game lovers. Do you enjoy playing IGI2? Of course you like this game. But many of you may be facing verious difficult situations in completing this game. It's because the missions are really tough and you can't complete whole IGI 2 without using it's cheat codes. There are many hacking tricks for IGI available in the Internet but most of them don't work. And this is the reason I am sharing these cheat codes to you. After reading this post you will be able to play this game without losing any health and ammo. We'll use a lite application to achieve the immortality and infinite number of ammo in this game. You will have to download the software from the link that I will provide you a little later in this post. Let's first know what this software will do. It will allow you to keep your health unlimited in IGI game. And if the health will not decrease then you will never die in the game IGI. You wil...

Enhancing Productivity with Virtual Desktops in Windows 11

In the fast-paced digital age, multitasking has become an essential skill for maximizing productivity. With the release of Windows 11, Microsoft introduces an enhanced Virtual Desktop feature that empowers users to organize their workspace, manage tasks efficiently, and seamlessly switch between different contexts without the clutter. In this article, we'll delve into the world of Virtual Desktops in Windows 11 and explore how this powerful tool can elevate your productivity to new heights. Task View  The Power of Virtual Desktops Virtual Desktops in Windows 11 provide users with a dynamic way to manage their open applications and tasks. Think of them as separate workspaces, each with its own set of open apps, files, and windows. This allows you to group related activities together, effectively creating a focused environment for different projects, tasks, or workflows. Getting Started with Virtual Desktops Setting up and using Virtual Desktops in Windows 11 is a breeze: 1. Creating...