BandcampEnhancementSuite
BandcampEnhancementSuite copied to clipboard
Import/Export/Clear Cart
This is low-hanging fruit. Might not be a good long-term solution for cart management BUT easily being able to import/export a cart JSON file (and being able to clear your cart) could be very beneficial.
This would allow users to back up their carts (as named files on their machines) and easily restore.
problem with exporting: there is no API for grabbing the cart so the cart must be queried in DOM. However, the item ID is not available here.
Solution(s):
- fetch every page to get ID
- investigate android app to see if cart is available