I saw this code in other question , and i know that it works in chrome console, but this not work in javascript console, like jsbin or stackoverflow snippet.
How can i make it work in all console, with compatibility?
console.log('%c Oh my heavens! ', 'background: #222; color: #bada55');