Turn web pages into black and white (compatible with Google, Firefox, IE and other browsers)

Turn web pages into black and white (compatible with Google, Firefox, IE and other browsers)
Write to the css file

Copy code
The code is as follows:

01.html{ filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1);}

In fact, it is to add a gray filter

<<:  Detailed explanation of the use of CSS3 rgb and rgba (transparent color)

>>:  Examples of some usage tips for META tags in HTML

Recommend

mysql8.0.11 winx64 installation and configuration tutorial

The installation tutorial of mysql 8.0.11 winx64 ...

How to view the creation time of files in Linux

1. Introduction Whether the creation time of a fi...

Detailed steps to install Nginx on Linux

1. Nginx installation steps 1.1 Official website ...

How to implement property hijacking with JavaScript defineProperty

Table of contents Preface Descriptors Detailed ex...

Things about installing Homebrew on Mac

Recently, Xiao Ming just bought a new Mac and wan...

In-depth understanding of the creation and implementation of servlets in tomcat

1. What is a servlet 1.1. Explain in official wor...

A simple method to modify the size of Nginx uploaded files

Original link: https://vien.tech/article/138 Pref...

Detailed explanation of the role of the new operator in Js

Preface Js is the most commonly used code manipul...

An elegant way to handle WeChat applet authorization login

Preface When the WeChat mini program project invo...

How does Zabbix monitor and obtain network device data through ssh?

Scenario simulation: The operation and maintenanc...

Quickly solve the problem that CentOS cannot access the Internet in VMware

Yesterday I installed CentOS7 under VMware. I wan...

Share 20 excellent web form design cases

Sophie Hardach Clyde Quay Wharf 37 East Soapbox Rx...

Vue Element-ui table realizes tree structure table

This article shares the specific code of Element-...