Neopets shop price

display price info at neopets.com; PLZ NOTE THAT USING THIS USER SCRIPT IS ON YOUR OWN RISK

// ==UserScript==
// @name         Neopets shop price
// @namespace    http://tampermonkey.net/
// @version      0.985
// @description  display price info at neopets.com; PLZ NOTE THAT USING THIS USER SCRIPT IS ON YOUR OWN RISK
// @author       lichdkimba
// @match        http://www.neopets.com/objects.phtml?type=shop&obj_type=*
// @match        http://www.neopets.com/market.phtml*
// @match        http://www.neopets.com/market_your.phtml*
// @match        http://www.neopets.com/inventory.phtml
// @match        http://www.neopets.com/safetydeposit.phtml*
// @match        http://www.neopets.com/winter/igloo2.phtml
// @match        http://www.neopets.com/objects.phtml?obj_type=*
// @match        http://www.neopets.com/closet.phtml*
// @match        http://www.neopets.com/auctions*
// @match        http://www.neopets.com/island/tradingpost*
// @match        http://www.neopets.com/useobject.phtml
// @match        http://www.neopets.com/genie.phtml*
// @match        http://www.neopets.com/winter/igloo2.phtml
// @match        http://www.neopets.com/faerieland/employ/employment.phtml?type=jobs*
// @match        http://www.neopets.com/games/kadoatery*
// @match        http://www.neopets.com/iteminfo.phtml?*
// @match        http://www.neopets.com/winter/snowfaerie.phtml*
// @match        http://www.neopets.com/halloween/esophagor.phtml*
// @match        http://www.neopets.com/halloween/witchtower.phtml*
// @match        http://www.neopets.com/island/kitchen.phtml*
// @license MIT
// @grant        GM_setValue
// @grant        GM_getValue
// @require      http://code.jquery.com/jquery-1.7.1.min.js
// ==/UserScript==

console.log('END')