Skip to content

Instantly share code, notes, and snippets.

@ssig33
Created October 17, 2016 06:44
Show Gist options
  • Save ssig33/e6ab51b53bcb3569c7c7e47c9504f415 to your computer and use it in GitHub Desktop.
Save ssig33/e6ab51b53bcb3569c7c7e47c9504f415 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Thai
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @include *
// ==/UserScript==
(function(){
document.querySelector('body').style.filter = "grayscale(100%)";
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment