Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 283 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 283 Bytes

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.