This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Amazon Total Cost of Wishlist | |
// @namespace http://www.amazon.com/registry/wishlist/ | |
// @version 0.1 | |
// @description Total cost of amazon wishlist | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js | |
// @match http://www.amazon.com/registry/wishlist/* | |
// @match http://www.amazon.com/gp/wishlist/* | |
// @copyright 2012+, Jack | |
// ==/UserScript== |