Skip to content

Instantly share code, notes, and snippets.

@gfodor
Created November 16, 2021 21:54
Show Gist options
  • Save gfodor/674ae6a1b43264d2efbd63d3cd65124e to your computer and use it in GitHub Desktop.
Save gfodor/674ae6a1b43264d2efbd63d3cd65124e to your computer and use it in GitHub Desktop.
print all users to console
javascript:console.log(Object.values(window.APP.hubChannel.presence.state).map(v => v.metas[0].profile.displayName).join(" "));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment