Skip to content

Instantly share code, notes, and snippets.

@akotlov
Created June 12, 2014 01:05
Show Gist options
  • Save akotlov/4e4d99263386b9d11240 to your computer and use it in GitHub Desktop.
Save akotlov/4e4d99263386b9d11240 to your computer and use it in GitHub Desktop.
<script type='text/javascript'>
(function(){
try{
var msg = '\n _\n (_)\n _ _ __ ___ __ _ _ _ _ __\n | | \'_ ` _ \\ / _` | | | | \'__|\n | | | | | | | (_| | |_| | |\n |_|_| |_| |_|\\__, |\\__,_|_|\n __/ |\n |___/\n';
msg += '========================================\nYou opened the console! Know some code,\ndo you? Want to work for one of the best\nstartups around? http://imgur.com/jobs\n========================================\n';
console.log(msg);
}catch(e){}
})()
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment