WowheadTooltips

By peteb Last update Apr 30, 2008 — Installed 2,807 times. Daily Installs: 2, 3, 2, 4, 6, 2, 0, 3, 6, 3, 4, 2, 6, 4, 3, 3, 2, 6, 4, 3, 1, 1, 3, 1, 8, 1, 3, 2, 8, 0, 7, 3
// ==UserScript==
// @name           WowheadTooltips
// @namespace      http://about:blank
// @description    Adds Wowhead tooltips to items linked in the forums.
// @include        http://forums.worldofwarcraft.com/thread.html*
// @include        http://forums.wow-europe.com/thread.html*
// ==/UserScript==

var widget = document.createElement('script');
widget.src = 'http://www.wowhead.com/widgets/power.js?lol';
widget.type = 'text/javascript';
document.getElementsByTagName('head')[0].appendChild(widget);