Two simple ways to remove text watermarks from web pages

Two simple ways to remove text watermarks from web pages
<br /> When we browse certain websites and see a good web page, we may want to copy the content on it. However, some websites add interference codes at the end of each paragraph to prevent others from copying - text with the same color as the background. There are many ways to remove text watermarks, mainly two: manually removing it in Word and using a browser plug-in to remove it.
1. Color replacement to remove "interference code"
After selecting a pre-copied content (containing a text watermark) on a web page, you will find that "interference codes" consisting of numbers and letters are inserted at the beginning and end of each line. Press "Ctrl V" to paste them in Word, but since many web pages set the "noise code" characters to white by default, you cannot see these noise codes.
We can change Word to the "white text on a blue background" display mode to clearly see the invalid characters, and then use the difference in font color to clear the "interference codes" at one time.
Click "Edit → Replace", click "Advanced" under the "Find what" column, select "Font" in "Format" at the bottom of the interface, select white in the "All Fonts → Font Color" drop-down list, confirm and return to the previous interface, and the "Replace with" column does not require any settings, just leave it blank. After clicking the "Replace All" button, all those "interference codes" will be deleted. Interference codes in other colors can also be cleared using a similar method.
2. Use browser plug-ins to block web page "interference codes"
Users of the Maxthon browser can install the "Clear Troubles" plug-in (which can be downloaded from the Maxthon website) to directly block the "text watermark" on the web page. After enabling the plug-in, click the "Clear Trouble" down arrow button on the toolbar, select "Clear Hidden Text" in the pop-up menu, and then perform the copy and paste operations in the usual way.
Users of Firefox browser can also use CleanHide to block text watermarks. Its latest version is CleanHide1.0.3, which is suitable for Firefox: 1.5~2.0.0 versions. Once the installation is complete, restart Firefox. Then click "View → Toolbar → Customize" in the program menu bar, and drag the "Clear Hidden Text" button to the toolbar in the list in the pop-up window. After that, when you encounter a page containing a "text watermark", click this button to clear it.

<<:  Comprehensive analysis of isolation levels in MySQL

>>:  CSS3 uses the transition property to achieve transition effects

Recommend

JavaScript implements the pot-beating game of Gray Wolf

1. Project Documents 2. Use HTML and CSS for page...

Vue simple implementation of turntable lottery

This article shares the specific code of Vue to s...

VMware virtual machine three connection methods example analysis

NAT In this way, the virtual machine's networ...

6 Practical Tips for TypeScript Development

Table of contents 1. Determine the entity type be...

How to submit a pure HTML page, pass parameters, and verify identity

Since the project requires a questionnaire, but th...

Tutorial on installing MySQL database and using Navicat for MySQL

MySQL is a relational database management system ...

The most commonly used HTML tags to create web pages

1. Optimization of commonly used HTML tags HTML s...

vsCode generates vue templates with one click

1. Use the shortcut Ctrl + Shift + P to call out ...

Let's talk about the LIMIT statement in MySQL in detail

Table of contents question Server layer and stora...

Detailed explanation of MySQL three-value logic and NULL

Table of contents What is NULL Two kinds of NULL ...

960 Grid System Basic Principles and Usage

Of course, there are many people who hold the oppo...

Example of adding attributes using style in html

Add inline styles to the required links: Copy code...

Vue project implements left swipe delete function (complete code)

Achieve results The code is as follows html <t...