Skip to content

Instantly share code, notes, and snippets.

@SMUsamaShah
Last active January 18, 2023 21:31
Show Gist options
  • Select an option

  • Save SMUsamaShah/be0cebf3aea4db332e7e5119d0ec94c9 to your computer and use it in GitHub Desktop.

Select an option

Save SMUsamaShah/be0cebf3aea4db332e7e5119d0ec94c9 to your computer and use it in GitHub Desktop.
hide collection only items from ebay search results
for (const elm of [...document.querySelectorAll(".s-item")]) {if (elm.querySelector(".s-item__info > .s-item__details > .s-item__detail > .s-item__shipping") == null) elm.style.display="none"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment