Created
November 16, 2021 21:54
-
-
Save gfodor/674ae6a1b43264d2efbd63d3cd65124e to your computer and use it in GitHub Desktop.
print all users to console
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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