Skip to content

Instantly share code, notes, and snippets.

@cesarizu
Created August 20, 2014 03:00
Show Gist options
  • Save cesarizu/afc9a1a656d5b8fc2a3b to your computer and use it in GitHub Desktop.
Save cesarizu/afc9a1a656d5b8fc2a3b to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Style Corrector
// @author Nufros (loosely based on Color Corrector by Erik Nomitch)
// @description Style Corrector (by Nufros) allow you to edit colors, (...)
// @namespace userscripts.org/scripts/show/36850
// @include *
// @exclude http://*.deviantart.com/*
// @exclude http://*.myspace.tld/*
// @exclude http://*.youtube.tld/*
// ==/UserScript==
// Visit the script's page for the full script
GM_addStyle("input { color: #bfbfbf; background-color: #222222 !important; }");
GM_addStyle("textarea { color:#bfbfbf; background-color: #222222 !important;}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment