// ==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; }");
