Ikariam Graphics Pack (TW)

By Joel Lee Last update Feb 26, 2009 — Installed 3,210 times. Daily Installs: 7, 1, 4, 5, 5, 5, 5, 2, 3, 2, 3, 5, 4, 6, 0, 3, 3, 2, 5, 1, 2, 6, 2, 10, 3, 6, 4, 8, 3, 3, 3, 1
// ==UserScript==
// @name           Ikariam Graphics Pack (TW)
// @namespace      http://blog.bcse.info/ikariam-graphics-pack-tw
// @description    Load Ikariam UI images from Hinet, may speed up Ikariam.
// @version        0.3.0
// @include        http://s*.ikariam.tld/*
// ==/UserScript==


var cssNode = document.createElement('link');
cssNode.type = 'text/css';
cssNode.rel = 'stylesheet';
cssNode.href = 'http://bcse.myweb.hinet.net/ikariam/img.css';
cssNode.media = 'screen';
cssNode.title = 'Ikariam Graphics Pack (TW)';
document.getElementsByTagName("head")[0].appendChild(cssNode);