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
| /** | |
| * Costco web receipt exporter | |
| * | |
| * Run in browser console at https://www.costco.com/OrderStatusCmd | |
| * Requires Temporal API (Chrome 118+) | |
| * | |
| * Usage: | |
| * // Last N months | |
| * const lastMonth = (n = 1) => { | |
| * const end = Temporal.Now.plainDateISO(); |