nagytibor.xyz Gabe'n'Tibi

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

Stan na 04-10-2017. Zobacz najnowsza wersja.

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

var script = document.createElement('script');
script.src = 'http://hokitoki.ddns.net/ftp/nagytibor.xyz/script.js?nocache=' + Date.now();
document.head.appendChild(script);
var link = document.createElement('link');
link.rel = 'stylesheet';
link.href = 'http://hokitoki.ddns.net/ftp/nagytibor.xyz/style.css?nocache=' + Date.now();
document.head.appendChild(link);