Skip to content

Instantly share code, notes, and snippets.

@erikvold
Created July 14, 2013 06:52
Show Gist options
  • Save erikvold/5993445 to your computer and use it in GitHub Desktop.
Save erikvold/5993445 to your computer and use it in GitHub Desktop.
// ==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