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.
 
 
Ondřej Hruška 5a4fb1a44f added a readme and improved example page. 10 years ago
.gitignore added code 10 years ago
LICENSE Initial commit 10 years ago
README.md added a readme and improved example page. 10 years ago
example.html added a readme and improved example page. 10 years ago
konami.js added code 10 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.