Skip to content

Instantly share code, notes, and snippets.

@n0wak
Created November 9, 2011 16:31
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 n0wak/1351984 to your computer and use it in GitHub Desktop.
Save n0wak/1351984 to your computer and use it in GitHub Desktop.
Twitter Length JS Konami Code (using jquery)
k=[];$("*").keydown(function(e){d=k.push(e.keyCode);if(d>11)k.shift();if(k.join()=="38,38,40,40,37,39,37,39,66,65,13")alert("!")})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment