Color corrector

By Erik Nomitch Last update Sep 10, 2007 — Installed 108 times. Daily Installs: 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Color corrector
// @namespace      userscripts.org
// @include        *
// ==/UserScript==

GM_addStyle("input { background-color: white !important; }");
GM_addStyle("input { color: black !important; }");
GM_addStyle("textarea { background-color: white !important; }");
GM_addStyle("textarea { color: black !important; }");