Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kevindaus/0edef334051c21398a5b185f14a8ea61 to your computer and use it in GitHub Desktop.
Save kevindaus/0edef334051c21398a5b185f14a8ea61 to your computer and use it in GitHub Desktop.
Log with colors Javascript
console.log("%c WARNING!!!", "color:#FF8F1C; font-size:40px;");
console.log("%c This browser feature is for developers only. Please do not copy-paste any code or run any scripts here. ", "color:#003087; font-size:12px;");
console.log("%c For more information, http://en.wikipedia.org/wiki/Self-XSS", "color:#003087; font-size:12px;");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment