CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 16 Aug 2025 01:46:53 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100328121815
location: https://web.archive.org/web/20100328121815/https://github.com/CBeloch/MTKonamicode/tree/0.9.3
server-timing: captures_list;dur=0.937274, exclusion.robots;dur=0.031982, exclusion.robots.policy;dur=0.014650, esindex;dur=0.015814, cdx.remote;dur=15.322145, LoadShardBlock;dur=168.395523, PetaboxLoader3.datanode;dur=44.216761, PetaboxLoader3.resolve;dur=33.902792
x-app-server: wwwb-app213
x-ts: 302
x-tr: 223
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 16 Aug 2025 01:46:54 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 28 Mar 2010 12:18:15 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "c95cf7948a4550e9ed73d3b78d9321c9"
x-archive-orig-x-runtime: 109ms
x-archive-orig-content-length: 21039
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 28 Mar 2010 12:18:15 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 28 Mar 2010 12:18:15 GMT", ; rel="memento"; datetime="Sun, 28 Mar 2010 12:18:15 GMT", ; rel="last memento"; datetime="Sun, 28 Mar 2010 12:18:15 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_15_20100328090938_crawl100-c/52_15_20100328121754_crawl101.arc.gz
server-timing: captures_list;dur=1.284333, exclusion.robots;dur=0.050601, exclusion.robots.policy;dur=0.020517, esindex;dur=0.026910, cdx.remote;dur=15.378272, LoadShardBlock;dur=211.233750, PetaboxLoader3.datanode;dur=93.598479, PetaboxLoader3.resolve;dur=221.550955, load_resource;dur=143.124882
x-app-server: wwwb-app213
x-ts: 200
x-tr: 429
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
CBeloch's MTKonamicode at 0.9.3 - GitHub
CBeloch / MTKonamicode
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (2)
- Graphs
-
Tag:
0.9.3
click here to add a description
click here to add a homepage
Sending Request…
know the Konamicode? Use this thing to include a MooTools powered easteregg in your website / webapp — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Thu Jan 28 06:50:03 -0800 2010 | added my default folders to ignore ;) [CBeloch] |
![]() |
Docs/ | Thu Jan 28 13:47:02 -0800 2010 | added 0.9.3 .. credits go to Arian Stolwij [CBeloch] |
![]() |
README.md | Thu Jan 28 11:00:26 -0800 2010 | Add onKeyup event and rename konamiCode option ... [arian] |
![]() |
Source/ | Mon Feb 01 06:17:26 -0800 2010 | yes it's Arian Stolwijk.... sorry for the missi... [CBeloch] |
![]() |
package.yml | Thu Jan 28 13:47:02 -0800 2010 | added 0.9.3 .. credits go to Arian Stolwij [CBeloch] |
README.md
MTKonamicode
MTKonamicode gives you a small little 'Feature' for your Website. There are some sites having Konamicodes in it (check https://www.konamicodesites.com) and here is the MooTools way to integrate it in your website / webapp
Check https://en.wikipedia.org/wiki/Konami_Code for more info
How to use
Include the mtkonamicode.js in your project.
Use Code like this:
#JS
var konamievent = new MTKonamicode({
onWin: function(){
alert("You successfully entered the konamicode! Go and get a cookie!");
}
});
Other example with custom keys
#JS
new MTKonamicode({
keys: ['up','down'],
onWin: function(){
alert('Do it!');
}
});