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.
|
6 years ago | |
---|---|---|
.gitignore | 10 years ago | |
LICENSE | 10 years ago | |
README.md | 10 years ago | |
example.html | 8 years ago | |
konami.js | 6 years ago |
README.md
Konami code listener
This script lets you enable Konami code on your website!
It's super simple:
<script src="konami.js"></script>
<script>
konami(function () {
// do something cool here!
});
</script>
Tested to work in Chrome and Firefox.