Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Invert colors using jQuery
// @author Paul Irish <http://paulirish.com/>
// @link https://gist.github.com/zkf/6814158
// @include *
// @run-at document-end
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @grant none
// ==/UserScript==