Skip to content

Instantly share code, notes, and snippets.

View mkobit's full-sized avatar
🧀

Mike Kobit mkobit

🧀
  • Chicago
  • 05:21 (UTC -06:00)
View GitHub Profile
@mkobit
mkobit / costco-receipts-extractor-console-snippet.js
Last active January 30, 2026 23:43 — forked from dlh3/costco-receipts-extractor-snippet.js
Costco JS console receipts extractor
/**
* 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();