Konami code for your website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
konami.js/README.md

19 lines
283 B

Konami code listener
====================
This script lets you enable Konami code on your website!
It's super simple:
```html
<script src="konami.js"></script>
<script>
konami(function () {
// do something cool here!
});
</script>
```
Tested to work in Chrome and Firefox.