Created
July 13, 2020 23:56
-
-
Save gavinwilliams/a1287bac63f2665bbd0c1b5a038039fe to your computer and use it in GitHub Desktop.
Delete all items from your Amazon Fresh Basket
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
// 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