NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Konami Code Respawn
// @namespace
// @version 1.0
// @description Script by snaptortoise on his github
// @author
// @require https://raw.githubusercontent.com/snaptortoise/konami-js/master/konami.js
// @math http://www.jeuxvideo.com/*
// @grant none
// ==/UserScript==
var easter_egg = new Konami(function() {
window.location.href = "https://www.youtube.com/watch?v=SwkZw6dcON0";
});