Skip to content

Instantly share code, notes, and snippets.

@leandromoreira
Created May 12, 2016 14:42
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 leandromoreira/84093d8d25596071a48a3897101c22b3 to your computer and use it in GitHub Desktop.
Save leandromoreira/84093d8d25596071a48a3897101c22b3 to your computer and use it in GitHub Desktop.
var a = []; document.onkeyup=function(e){a+=[(e||self.event).keyCode-37] ; if (/113302022928/.test(a)) { alert('Konami Code'); a = ""}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment