Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 219 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 219 Bytes

onKonami.js

Konami code

↑ ↑ ↓ ↓ ← → ← → B A Enter
<script src=“konami.js”></script>
<script>
  onKonami(function() {
    window.alert('KONAMI CODE!!111!');
  });
</script>