Skip to content

Instantly share code, notes, and snippets.

@hansogj
Created April 15, 2024 05:10
Show Gist options
  • Save hansogj/c850a7213a3edaf21ef0b850caad0ea0 to your computer and use it in GitHub Desktop.
Save hansogj/c850a7213a3edaf21ef0b850caad0ea0 to your computer and use it in GitHub Desktop.
Henter ut spillere fra event
Array.from(document.querySelectorAll(".recipients-ul .display-name")).map(e => e.innerText).sort()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment