Skip to content

Instantly share code, notes, and snippets.

@gavinwilliams
Created July 13, 2020 23:56
Show Gist options
  • Save gavinwilliams/a1287bac63f2665bbd0c1b5a038039fe to your computer and use it in GitHub Desktop.
Save gavinwilliams/a1287bac63f2665bbd0c1b5a038039fe to your computer and use it in GitHub Desktop.
Delete all items from your Amazon Fresh Basket
// Paste into console where the Amazon Fresh basket is visible, hit enter
document.querySelectorAll("[data-action='fresh-item-delete'] a").forEach(e => e.click());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment