[Turn] to protect the eyes of windows and IE, Firefox, Google and other browser color settings

Source: Internet
Author: User

Long time in front of the computer work, Windows and Web page white is very dazzling, the eyes are easy to fatigue, but also easy to cause headaches, in fact, we can set Windows window and software color settings to protect their eyes, summary of the online settings, they feel that the following is the optimal color settings scheme. Eye experts recommend the color of the eye protection: hue: 85, saturation: 123, Brightness: 205. This color is soft red bean paste green, this color will not be so tired to see the eyes.

Windows Eye Protection Color setting steps:

Right-click on the "desktop"--"properties"-"Appearance" tab--Advanced---"window"--"color"--and other--set the hue: 85. Saturation: 123. Brightness: 205--Add to custom color--At the custom color selection point--"apply."

This time the system default color has been changed to red bean paste green, usually Internet browsing Web page contact is the most white background color, very dazzling, you can also set the background color red bean paste green.

IE Browser eye protection color setting steps:

Open IE browser--tools--Internet Options--"accessibility"-"Ignore colors specified by Web page"-and "OK" in the lower right corner of the regular selection of graphics cards.
Firefox Browser eye protection setting steps:

Open Firefox, click on the menu bar "Tools", point "Options", select "Content" tab, click "Color", set the background color (or select "Use System Color", and remove the "allow cloth to choose the display color without using the above settings" before the small tick, and then determine.)

Adobe Reader eye protection setting steps:

Click "Edit"-"preferences"-"accessibility", check "replace document Color", change "Custom Color" and then OK.

Google Chrome Browser eye protection setting steps:
It is understood that Google Chrome browser now does not support changing the page color settings, at least on the internet can not find a way to effectively change the chome color settings. However, the chrome extension can be used to change the color of the page.
Copy the following content to the text file save file named Color.user.js, note the suffix is "js".
==userscript==
@name Color
@match http://*/*
@match https://*/*
==/userscript==
document.body.innerhtml+= ' <style type=text/css>* {}</style> ';
var obj;
var eType = new Array ("TD", "DIV", "table");
var Mt;
for (Var i=0;i<etype.length;++i) {
obj = document.getElementsByTagName (etype[i]);
for (Var j=0;j<obj.length;++j) {
Obj[j].style.backgroundcolor = "#cce8cf!important";
}
obj = null;
}
Just drag the Color.user.js file to the browser window or the shortcut to run it, and the uninstall can be found in the menu "Tools"--"extensions".

(Original address: http://blog.csdn.net/zhaiqi618/article/details/6134500)

[Turn] to protect the eyes of windows and IE, Firefox, Google and other browser color settings

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.