This is a magic piece of code. You can unban right-click, prohibit copy, and other functions.

Source: Internet
Author: User

This is amazing.CodeUse this code to hack Google, Baidu ...... It's just a breeze!
If you open a website in IE, enter the following code in the address bar of the browser:
The Code is as follows:
Javascript: Document. Body. contenteditable = 'true'; document. designMode = 'on'; void 0

Then press enter to modify the website as you like!
Think about the fact that Google's pages are completely different from their own. Is it a good experience for hackers!

I read the code and know that it is executing Javascript. It starts with javascript: and ends with void (0!

The following code removes the right-click prohibition and disables copying!
Javascript: document. oncontextmenu = ''; document. onmousedown = ''; document. ondragstart = ''; document. onselectstart = ''; document. onselect = ''; document. oncopy = ''; document. onbeforecopy = ''; document. onmousemove = ''; void 0

The following code shows the hidden form!
Javascript: for (I = 0; I <document. all. length; I ++) {document. body. all [I]. maxlength = 2147483647; document. body. all [I]. outerhtml = document. body. all [I]. outerhtml. replace (/type = (radio) | (hidden) | (checkbox)/I, 'Type = text');} void 0

Is it interesting?

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.