Skip to content

Instantly share code, notes, and snippets.

@ChOkO08
Created January 25, 2024 11:50
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 ChOkO08/97193fa3729fec9794ff770ec6aa48aa to your computer and use it in GitHub Desktop.
Save ChOkO08/97193fa3729fec9794ff770ec6aa48aa to your computer and use it in GitHub Desktop.
Find and print div given class ~ one-liner for console
document.querySelectorAll('.react-select__multi-value__label.css-blah-blah-blah').forEach(element => console.log(element.textContent));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment