PicName

By Veniamin Last update Nov 2, 2008 — Installed 14 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           PicName
// @namespace      http://pokeliga.com
// @include        http://pokeliga.com/fanart/art.php?pic=*
// ==/UserScript==

document.title+=" > "+document.getElementsByTagName("h1").item(0).innerHTML;
document.title+=" ["+document.getElementsByTagName("h1").item(0).nextSibling.lastChild.lastChild.lastChild.lastChild.lastChild.lastChild.innerHTML+"]";