Skip to content

Instantly share code, notes, and snippets.

@baptistebriel
Created April 9, 2016 22:36
Show Gist options
  • Save baptistebriel/45d4505dbb2576230be08b56fb6fcc5f to your computer and use it in GitHub Desktop.
Save baptistebriel/45d4505dbb2576230be08b56fb6fcc5f to your computer and use it in GitHub Desktop.
// 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