// ==UserScript==
// @name HTML Item List Creator
// @description Auto create item lists from wowhead.com comparisons
// @namespace http://mogboutique.tumblr.com/
// @author http://mogboutique.tumblr.com/
// @include http://*.wowhead.com/compare?items*
// @grant none
// @version 0.0.2
// @downloadURL none
// ==/UserScript==
$('#su_table').before("
Hi! This is HTML Item List Creator.
Click one of this buttons below to generate the code you need, then copy the contents:
For updates, click
here.
");
var table2 = [
'' ,//0
'Head: ' ,//1
'Neck: ' ,//2
'Shoulders: ' ,//3
'Shirt: ' ,//4
'Chest: ' ,//5
'Waist: ' ,//6
'Legs: ' ,//7
'Boots: ' ,//8
'Wrists: ', //9
'Hands: ' , //10
'' , //11,
'' , //12
'1H Weapon: ',//13,
'Shield: ' , //14
'Ranged: ' , //15
'Cloak: ' , //16
'2H Weapon: ' //17
];
table2[23] = 'Off-hand: ';
var fakeDiv= $('