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.
19 lines
282 B
19 lines
282 B
10 years ago
|
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.
|