Skip to content

Instantly share code, notes, and snippets.

@burke
Created August 6, 2009 20:47
Show Gist options
  • Save burke/163560 to your computer and use it in GitHub Desktop.
Save burke/163560 to your computer and use it in GitHub Desktop.
(function(){
var s=0,w=window,k=[38,38,40,40,37,39,37,39,66,65];
$(w).keydown(function(e){
if((e.keyCode==k[s]?++s:s=0)>9)w.location="http://53cr.com/secret";
});
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment