Skip to content

Instantly share code, notes, and snippets.

@griffiths
Created February 13, 2020 04:01
Show Gist options
  • Save griffiths/ba72bb5da61390dd778f880ca0f95cee to your computer and use it in GitHub Desktop.
Save griffiths/ba72bb5da61390dd778f880ca0f95cee to your computer and use it in GitHub Desktop.
for (const item of document.querySelectorAll(".pmHCK")) {
console.log(item.getElementsByTagName("div")[0].dataset.id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment