// ==UserScript== // @name Show title text of Dwarven runes // @namespace http://www.panix.com/~eli/ // @description Appends the title text after the image, adds summary lines on dice game results. // @include *kingdomofloathing.com/dwarfcontraption.php* // @include *kingdomofloathing.com/dwarffactory.php* // @include *kingdomofloathing.com/inventory.php* // @include *kingdomofloathing.com/inv_use.php* // ==/UserScript== function insertAfter( refobj, newobj ) { refobj.parentNode.insertBefore( newobj, refobj.nextSibling ); } function do_rune_images () { imgs = document.getElementsByTagName("img"); digs = 0; for(i=0;i