How to solve the problem that the website does not allow direct copying of page content or information

How to solve the problem that the website does not allow direct copying of page content or information
Nowadays, many websites do not allow direct copying of certain content or information on the page. Instead, they require you to register an account or need points, etc. However, sometimes you are in a hurry and don’t want to make an account at all, so you have to do it anyway. There are many ways to remove restrictions, but they all have certain limitations and are not applicable to all websites, especially those that use Flash to load, which is simply crazy...

1. After selecting the content to be copied, do not right-click and click "Copy". Instead, use the mouse to directly drag it to any text editor, such as Word or Notepad.

2. Copy the URL of the page and open it in Word or DW;

3. If there is not much content to copy, you can press F12 to view the source file and then copy the content;

4. Enter "javascript:document.body.oncopy=null;void(0);" in the address bar and press Enter to remove the restriction;

5. Disable active scripting in Internet Options. This method is not recommended and may have unexpected consequences.

6. Use other third-party tools or browsers

7. With the help of some online translation tools, set the source language and target language to the same, and be able to copy the content after translation

<<:  JavaScript Advanced Custom Exception

>>:  Why the CSS attribute value clear:right does not work in detail

Recommend

How to implement the builder pattern in Javascript

Overview The builder pattern is a relatively simp...

Graphic tutorial on installing Mac system in virtual machine under win10

1. Download the virtual machine version 15.5.1 I ...

How to get the width and height of the image in WeChat applet

origin Recently, I am working on requirement A, i...

Teach you how to subcontract uniapp and mini-programs (pictures and text)

Table of contents 1. Mini Program Subcontracting ...

VSCode+CMake+Clang+GCC environment construction tutorial under win10

I plan to use C/C++ to implement basic data struc...

Windows 10 is too difficult to use. How to customize your Ubuntu?

Author | Editor Awen | Produced by Tu Min | CSDN ...

A brief analysis of HTML space code

How much do you know about HTML? If you are learni...

How to install redis5.0.3 in docker

1. Pull the official 5.0.3 image [root@localhost ...

How to install PostgreSQL and PostGIS using yum on CentOS7

1. Update the yum source The PostgreSQL version o...

CnBlogs custom blog style sharing

After spending half the night on it, I finally ma...

js realizes the magnifying glass function of shopping website

This article shares the specific code of js to re...

Example of using rem to replace px in vue project

Table of contents tool Install the plugin Add a ....

6 inheritance methods of JS advanced ES6

Table of contents 1. Prototype chain inheritance ...

Solution to forgetting mysql password under linux

The problem is as follows: I entered the command ...