nagytibor.xyz Gabe'n'Tibi

Redesign of nagytibor.xyz Style: Gabe'n'Tibi

当前为 2016-11-28 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name        nagytibor.xyz Gabe'n'Tibi
// @namespace   GabenTibi
// @description Redesign of nagytibor.xyz Style: Gabe'n'Tibi
// @version     1.2
// @grant       none
// @include     http://nagytibor.xyz/*
// ==/UserScript==

var div = document.createElement("div");
div.id = "baltibi";
document.body.appendChild(div);

div = document.createElement("div");
div.id = "kozeptibi";
document.body.appendChild(div);

div = document.createElement("div");
div.id = "jobbtibi";
document.body.appendChild(div);

//    ______           __                                   __  _              
//   / ____/___ ______/ /____  _____   ___  ____ _____ _   / /_(_)___ ___  ___ 
//  / __/ / __ `/ ___/ __/ _ \/ ___/  / _ \/ __ `/ __ `/  / __/ / __ `__ \/ _ \
// / /___/ /_/ (__  ) /_/  __/ /     /  __/ /_/ / /_/ /  / /_/ / / / / / /  __/
///_____/\__,_/____/\__/\___/_/      \___/\__, /\__, /   \__/_/_/ /_/ /_/\___/ 
//                                       /____//____/                          
//  _______                     ____                       __ __  
// |__   __|              _    |  _ \                     / / \ \ 
//    | |_   _ _ __   ___(_)   | |_) | ___ _ __   ___ ___| |   | |
//    | | | | | '_ \ / _ \     |  _ < / _ \ '_ \ / __/ _ \ |   | |
//    | | |_| | |_) |  __/_    | |_) |  __/ | | | (_|  __/ |   | |
//    |_|\__, | .__/ \___(_)   |____/ \___|_| |_|\___\___| |   | |
//        __/ | |                                         \_\ /_/ 
//       |___/|_|                                                 

console.log("    ______           __                                   __  _              ");
console.log("   / ____/___ ______/ /____  _____   ___  ____ _____ _   / /_(_)___ ___  ___ ");
console.log("  / __/ / __ `/ ___/ __/ _ \\/ ___/  / _ \\/ __ `/ __ `/  / __/ / __ `__ \\/ _ \\");
console.log(" / /___/ /_/ (__  ) /_/  __/ /     /  __/ /_/ / /_/ /  / /_/ / / / / / /  __/");
console.log("/_____/\\__,_/____/\\__/\\___/_/      \\___/\\__, /\\__, /   \\__/_/_/ /_/ /_/\\___/ ");
console.log("                                       /____//____/                          ");
console.log("              _______                     ____                       __ __  ");
console.log("             |__   __|              _    |  _ \\                     / / \\ \\ ");
console.log("                | |_   _ _ __   ___(_)   | |_) | ___ _ __   ___ ___| |   | |");
console.log("                | | | | | '_ \\ / _ \\     |  _ < / _ \\ '_ \\ / __/ _ \\ |   | |");
console.log("                | | |_| | |_) |  __/_    | |_) |  __/ | | | (_|  __/ |   | |");
console.log("                |_|\\__, | .__/ \\___(_)   |____/ \\___|_| |_|\\___\\___| |   | |");
console.log("                    __/ | |                                         \\_\\ /_/ ");
console.log("                   |___/|_|                                                 ");

function BENCE()
{
	easteregg();
}
function bence()
{
	easteregg();
}
function Bence()
{
	easteregg();
}

function easteregg()
{
	document.getElementById("baltibi").style.background = "url('http://filemanager.net23.net/bal.gif')";
	document.getElementById("baltibi").style.backgroundSize = "100% 100%";
	document.getElementById("jobbtibi").style.background = "url('http://filemanager.net23.net/jobb.gif')";
	document.getElementById("jobbtibi").style.backgroundSize = "100% 100%";
	setTimeout(bal_ki,4000);
	setTimeout(jobb_ki,2000);
}

function bal_ki()
{
	document.getElementById("baltibi").style.background = "url('https://media.giphy.com/media/l4KhVCGjXWUnB72fu/giphy.gif')";
	document.getElementById("baltibi").style.backgroundSize = "100% 100%";
}
function jobb_ki()
{
	document.getElementById("jobbtibi").style.background = "url('https://media.giphy.com/media/l4KhVCGjXWUnB72fu/giphy.gif')";
	document.getElementById("jobbtibi").style.backgroundSize = "100% 100%";
}

var div3 = document.createElement("div");
div3.id = "jobbtibi";
document.body.appendChild(div3);

var div4 = document.createElement("div");
div4.id = "balpenz";
document.body.appendChild(div4);

var div5 = document.createElement("div");
div5.id = "jobbpenz";
document.body.appendChild(div5);