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== | |
// @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== |