Skip to content

Instantly share code, notes, and snippets.

@kleutzinger
Created December 9, 2023 07:38
Show Gist options
  • Save kleutzinger/07f48d20b06d6c4c565a6be7bcd6ceb8 to your computer and use it in GitHub Desktop.
Save kleutzinger/07f48d20b06d6c4c565a6be7bcd6ceb8 to your computer and use it in GitHub Desktop.
a = "";
for (const i of document.querySelectorAll(".key-revealed-container")) {
a += i.firstElementChild.getAttribute("value") + "\n";
}
console.log(a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment