This file contains 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 Paint It Greyscale | |
// @namespace John Wrenn | |
// @description Surf the web in soothing shades of grey! | |
// @author shadowbq | |
// @grant none | |
// @include * | |
// 2015.11.23 - got script form: https://gist.github.com/shadowbq/4556950 | |
// firefox add-on is at: https://addons.mozilla.org/en-US/firefox/addon/paintitgreyscale/ | |
// ==/UserScript== |