Skip to content

Instantly share code, notes, and snippets.

@jinscoe-zz
jinscoe-zz / gist:4520211
Last active December 11, 2015 00:59 — forked from FiniteLooper/gist:3230548
Made the original script into a user script to be used with GreaseMonkey or Tamper monkey. Remove the alert. Instead this outputs the total at the top of the list along side the list controls.
// ==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==