konamize

2013-03-12 Last modified on 2021-05-23

intro

Easy jQuery konami code integration ! The function resets when the user type a bad key or when the timer reach its limit. You can find the github repo here The demo page is here

how to

  • include jquery
  • include konamize

Then, call the stuff:

$(function() {
  $('body').konamize({
    callback: function() { alert('callback'); }
  });
});

parameters

  • callback: the function to return
  • code: the code (default [38, 38, 40, 40, 37, 39, 37, 39, 66, 65])
  • timer: the timer limit (default: 5000)

license

This script is licensed under the terms of the WTF Public License (see here and here) :

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.