https://github.com/remcoder/konami
Run a callback when the Konami code is entered
https://github.com/remcoder/konami
Last synced: 6 months ago
JSON representation
Run a callback when the Konami code is entered
- Host: GitHub
- URL: https://github.com/remcoder/konami
- Owner: remcoder
- Created: 2012-11-08T22:17:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-05T12:22:01.000Z (over 12 years ago)
- Last Synced: 2025-05-24T01:06:44.452Z (10 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
konami
======
Run a callback when the Konami code is entered
usage:
$(document).ready(function(){
__konami__.enable(function(){
alert('Konami Code Activated');
}, { replay: false });
});