Created
July 14, 2013 06:52
-
-
Save erikvold/5993445 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @id [email protected] | |
// @name Voldzilla Inverter | |
// @version 1.0 | |
// @namespace erikvold-work | |
// @author Erik Vold | |
// @grant GM_addStyle | |
// @include http://work.erikvold.com/* | |
// @run-at document-end | |
// ==/UserScript== | |
GM_addStyle('body { background-color: black; color: white; } a { color: white }') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment