Crawls your Amazon orders history webpages in order to compute the total amount of your orders. The sum is shown in the Chrome Developers Tools console.
You need Tampermonkey to run this script.
- Create a new Tampermonkey script, paste the content of
amazon_orders_history.js
in the editor, save. - Go to your Amazon orders page.
- From the "last 6 months" orders selection, select this year.
- The script will start crawling all the orders web pages, this will take a moment.
- Open the Chrome Developer Tools. You will see the total amount in the "Console" tab.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.