Skip to content

Instantly share code, notes, and snippets.

@jonstokes
Forked from gfodor/print.js
Created January 6, 2022 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonstokes/a414259b703971104d2a886e3c373fc6 to your computer and use it in GitHub Desktop.
Save jonstokes/a414259b703971104d2a886e3c373fc6 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