Try to enter the Konami Code (or if you don't know it click on the button)
$(window).hiddenCode({
callback: function() {
//Write every javascript code you want here.
//It will be execute when the user find the code
alert('You found the hidden Code !');
}
});