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 Spends Tracker | |
// @namespace https://gist.github.com/atigrepravin | |
// @version 1.6 | |
// @description Scrapes Amazon order totals across years & pages, resuming without reselecting year every time. Displays totals with charts. | |
// @author Pravin Atigre | |
// @license MIT | |
// | |
// @homepageURL https://gist.github.com/atigrepravin/c0d20e7731af250adc88ca4787315494 | |
// @source https://gist.github.com/atigrepravin/c0d20e7731af250adc88ca4787315494 |