Skip to main content

How To Disable Right Click On YourWebsite Or Blog

If you own a blog or a website then you always want to prevent other malicious bloggers from copying the content from your blog. You might have written an article with great efforts and lots of research and other just copy/paste it on their blog. To prevent such users from copying content from your blog i will show you Javascript Trick to disable right click on your blog. So lets get started.
Step 1 : Got to your blogger Dashboard and then Click on Layout .
Step 2 : Now Click on Add Gadget and select Html/Javascript .
Step 3 : Now paste code given below in the pop up window.

<!--MBW Code-->
<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 End http://trickz2crack.blogspot.com>



Step 4 ; Save it and done. Now users will not be able to right click on your website.

Step 5 : If you like to disable mouse on your computer then check out tutorial given below.

Comments

Popular posts from this blog

HOW TO HACK REMOTE COMPUTER USING IP ADDRESS?

HOW TO HACK REMOTE COMPUTER USING IP ADDRESS? Note: we are not responsible what you are going to do with this trick FIRSTLY WE WILL TELL YOU WHAT IS INTERNET PROTOCOL (IP) The Internet Protocol is the principal communications protocol used for relaying datagram (packets) across an internetwork using the Internet Protocol Suite. Responsible for routing packets across network boundaries, it is the primary protocol that establishes the Internet. IP is the primary protocol in the Internet layer of the Internet Protocol Suite and has the task of delivering datagrams from the source host to the destination host solely based on their addresses. For this Purpose, IP defines addressing methods and structures for datagram encapsulation Literally, hacking is accessing something or somebody in internet without their permission or interest. While, speaking in summary, hacking is very easy job, it is like instead of using front door, finding the hidden door of a house...

How To Find The IP Address Of A Website

In many IT trickz and hack, We need to know the IP ( Internet Protocol ) address of the Website. Like if the website is blocked in the System then we can access it if we own the IP address of that website. But the Question arises that.. How to Find the IP Address of  Website ? Step 1 : Open Command Prompt. ( Go to Run and type cmd and hit Enter )

How to fix " bootmgr is compressed" error in window7/8

Sometimes people compresses the c drive or boot drive of the computer to get more space on that drive. The system files are also compressed due to this action and when next time you starts your computer it shows error like : " bootmgr is compressed. Please press alt + ctrl +del to restart" This error due to the compression of boot files of system. Then there is only solution for this is to decompress this drive.