The page disables the right mouse button, disables F12 to open the developer tools! ! !

question

Today, when I was browsing the blogger’s article, I found that I couldn’t copy the content on the page, and I couldn’t F12open the developer tools, and I couldn’t use the right mouse button, so I found the reason online and tested it.

analyze

method one


<body>
Change to

<body oncontextmenu=self.event.returnValue=false>

Method Two

Add this code in the body<

Guess you like

Origin blog.csdn.net/qq_53810245/article/details/132429782