Skip to content

Instantly share code, notes, and snippets.

@kinncj
Created August 22, 2016 23:03
Show Gist options
  • Select an option

  • Save kinncj/4285bde82845700deee7769bb70f2ff5 to your computer and use it in GitHub Desktop.

Select an option

Save kinncj/4285bde82845700deee7769bb70f2ff5 to your computer and use it in GitHub Desktop.
console log message
(function() {
var m = 'font-family:monospace;color:#';
if(window.console) {
console.log('%cyour %cmessage %chere! %chttp://www.site.com', m+'1EFF00',m+'FF0000',m+'668CFF', m+'C6F612');
}
}())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment