Skip to content

Instantly share code, notes, and snippets.

@Shugabuga
Last active November 13, 2017 01:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shugabuga/f908d3afa34470be5e70cad14701ff30 to your computer and use it in GitHub Desktop.
Save Shugabuga/f908d3afa34470be5e70cad14701ff30 to your computer and use it in GitHub Desktop.
Greeter for the JavaScript console.
// Paste this into your JavaScript console. Seems to work in all browsers but Firefox.
console.log("%c_____%c Welcome to shuga.co!%c\nHi, I'm Shuga. Given that you are in the JavaScript console, I assume you're into computers in some degree. If so, you should check out my Twitter (@HeyItsShuga) or my GitHub (@Shugabuga), as I have some content that might interest you (such as cybersecurity and programming).", "background-image:url('https://shuga.co/inspectLogo.png');font-size:45px;font-family:'Times New Roman';color:transparent", "font-family:'PT Sans Caption';font-size:48px", "font-family:'PT Sans Caption';font-size:16px")
// Inspired off of console.image by adriancooney and James Martindale's implementation, but no code is shared.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment