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
Table of contents summary Problem Description Ana...
Create Table create table table name create table...
Preface Note: The test database version is MySQL ...
String extraction without delimiters Question Req...
This article uses an example to describe the crea...
Table of contents Preface What are enums in TypeS...
Table of contents 1. Array flattening (also known...
<br />The website access speed can directly ...
1. Install the cross-system file transfer tool un...
Method 1: Use the target event attribute of the E...
Table of contents Preface Prototypal inheritance ...
Table of contents Preface What is data binding? T...
Table of contents The browser's rendering mec...
Table of contents 1. Understanding the Equality R...
Preface Vue provides a wealth of built-in directi...