parent
da1234ef0a
commit
5a4fb1a44f
@ -0,0 +1,18 @@ |
|||||||
|
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. |
Loading…
Reference in new issue