Skip to content

Instantly share code, notes, and snippets.

@josue
Last active December 16, 2015 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josue/5455812 to your computer and use it in GitHub Desktop.
Save josue/5455812 to your computer and use it in GitHub Desktop.
MESSING WITH DAVID TO SEE IF HE IS REALLY TESTING
(function(){
if(window.console && (Math.round(Math.random() * 10))<7) {
var a = (Math.round(Math.random() * 2)) % 2 ? 'background-image:url(http://i.imgur.com/hHcgxw9.gif); padding:0 0px 185px 45px; color:red;' : 'background-image:url(http://i.imgur.com/67qDKDC.gif); padding:0 0px 225px 355px; color:red;';
console.log("%c Here is a bug for you\n\n"+(new Array(18)).join("\n"),a);
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment