By right-clicking the source file, the following code is found: 1. You can use CSS to disable the copy function in Firefox CSS CodeCopy content to clipboard
Copy code The code is as follows:<script type="text/javascript"> document.onselectstart = function(e) { return false; } document.oncontextmenu = function(e) { return false; } </script> The complete combination is Tip: You can modify some of the code before running Of course, 123WORDPRESS.COM generally provides it at the same time. It is controlled by CSS in Firefox. Of course, you can directly save the code and then delete the CSS code. It's the same in IE. If it's just one article, it's okay. But if there are too many words, people may not be able to bear it. You can achieve this by disabling js in IE. Just enter the following code in the IE address bar, note that it is one line. Copy code The code is as follows:javascript:document.oncontextmenu=null;document.onselectstart=null;document.ondragstart=null;document.onbeforecopy=null;document.oncopy=null;document.onselect=null;void(0); |
<<: Introduction to the use of alt and title attributes of HTML img tags
>>: CSS box hide/show and then the top layer implementation code
Last time we talked about some SQL query optimiza...
K8s k8s is a cluster. There are multiple Namespac...
When we use the folder properties dialog box in Wi...
Table of contents 1. Quick understanding of conce...
WeChat applet's simple calculator is for your...
Technical Background Latex is an indispensable to...
1. Commonly used high-order functions of arrays S...
Preface The server system environment is: CentOS ...
Quickly modify the table structure of a MySQL tab...
1. Install Tomcat 1. Find the tomcat image on Doc...
Table of contents 1. MySQL replication related co...
Table of contents One-way data flow explanation V...
introduce In a distributed system, distributed lo...
Because the server's database hard disk space...
MySQL is a commonly used open source database sof...