It is enough to prevent others from copying the website content with two lines of code.

Source: Internet
Author: User

Most of the articles we write will be reprinted if they are good, but the problem is that many people will not leave the original address for reprinting, or, you do not want others to repost your article at all. It is a good way to prohibit selection and replication. The code on the network is very redundant, the two lines of code that we bring to you today can easily prohibit web pages from being copied and pasted.

Copy to ClipboardReference content: [www.bkjia.com] <SCRIPT language = javascript type = text/javascript> <! -- Document. oncontextmenu = new Function ('event. returnValue = false; '); document. onselectstart = new Function ('event. returnValue = false; '); --> </SCRIPT>

This is the simple code above. You can disable webpage selection and right-click. Although the solution is simple, or you can copy the source code, however, it always adds a barrier to the replicated person.

Digress:

What if you are a webmaster and have a website that prevents replication? We recommend that you use the most popular software.GB green BrowserIts Extension bar has a function, that is, to remove the right mouse button, so that you want to copy it!

Related Article

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.