CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 11 Aug 2025 06:30:27 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100206104323
location: https://web.archive.org/web/20100206104323/https://github.com/CBeloch/MTKonamicode/
server-timing: captures_list;dur=0.947751, exclusion.robots;dur=0.038998, exclusion.robots.policy;dur=0.024289, esindex;dur=0.016807, cdx.remote;dur=69.042103, LoadShardBlock;dur=268.281483, PetaboxLoader3.datanode;dur=75.515752, PetaboxLoader3.resolve;dur=92.197238
x-app-server: wwwb-app201
x-ts: 302
x-tr: 376
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app201; 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: Mon, 11 Aug 2025 06:30:28 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 06 Feb 2010 10:43:23 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "e10240c44820ea5cdfc7eff3537f5870"
x-archive-orig-x-runtime: 97ms
x-archive-orig-content-length: 20911
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: Sat, 06 Feb 2010 10:43:23 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 06 Feb 2010 10:43:23 GMT", ; rel="memento"; datetime="Sat, 06 Feb 2010 10:43:23 GMT", ; rel="next memento"; datetime="Fri, 26 Mar 2010 13:47:56 GMT", ; rel="last memento"; datetime="Wed, 28 Oct 2020 21:45:00 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_14_20100206103143_crawl102-c/52_14_20100206104323_crawl101.arc.gz
server-timing: captures_list;dur=0.709524, exclusion.robots;dur=0.035767, exclusion.robots.policy;dur=0.021209, esindex;dur=0.016359, cdx.remote;dur=39.181897, LoadShardBlock;dur=405.897318, PetaboxLoader3.datanode;dur=135.711449, PetaboxLoader3.resolve;dur=453.214647, load_resource;dur=225.270093
x-app-server: wwwb-app201
x-ts: 200
x-tr: 731
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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 master - GitHub
This service is courtesy of Pledgie.
CBeloch / MTKonamicode
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (2)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (2)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
know the Konamicode? Use this thing to include a MooTools powered easteregg in your website / webapp — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
Docs/ | ||
![]() |
README.md | ||
![]() |
Source/ | ||
![]() |
package.yml |
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!');
}
});