React / React Native / GraphQL / Node.js
-
Freelance
- Vienna, Austria
- nbenker.io
Pinned Loading
-
Colorize a doodle based on the numbe...
Colorize a doodle based on the number of votes 1let xs = Array.from(document.querySelectorAll(".d-participantCount"))
2.map(box => {
3let voteDiv = box.querySelector("div.d-text");
4let match = voteDiv.innerText.match(/^\d+$/);
5if (!match) return null;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.