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

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...

Block Annoying Ads in Google Chrome with Adblock Plus

Have you ever how some of the ads annoys peoples. Let's say you go to some website to download your favorite song but when you visit that site, you are welcomed with more than two or three pop-ups ads. Some websites keep more that two or three pop-ups and ads, they can place as many as 10 pop-ups on one single page. When you will visit a particular page the pop-ups will be opened automatically. We understand they need money to run their company but they should look for some good ways to show ads rather than showing forced pop-up ads, they can show ads if it that ad is relevant to their users or most of their visits their for that types of readings. Anyway, if you are really annoyed with these pop-up ads and wanted to block them than you can use a Google Chrome extension which is named Adblock Plus. This software can handle these pop-up ads very easily. It will not only block your pop-ups, it will also block the advertisement that is shown in the page too. After installing this app...

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...