Created
April 9, 2016 22:36
-
-
Save baptistebriel/45d4505dbb2576230be08b56fb6fcc5f to your computer and use it in GitHub Desktop.
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
// source: https://plus.google.com/+AddyOsmani/posts/TanDFKEN9Kn | |
var _log = console.log; | |
console.log = function() { | |
_log.call(console, '%c' + [].slice.call(arguments).join(' '), 'color:transparent;text-shadow:0 0 2px rgba(0,0,0,.5);'); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment