Skip to content

Instantly share code, notes, and snippets.

@dmarticus
Created October 16, 2020 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmarticus/9a6fec7ebeb2eccdb680f3bfd44fd919 to your computer and use it in GitHub Desktop.
Save dmarticus/9a6fec7ebeb2eccdb680f3bfd44fd919 to your computer and use it in GitHub Desktop.
remove grailed items from closet
[... document.querySelectorAll('#fittingroom > div:nth-child(2) > div.fitting-room-wrapper.feed > div')].filter(item => item.innerText.includes("Sold")).map(filtered => filtered.childNodes[1].childNodes[2].click());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment