If you are willing to install the Stylus browser add-on, you can use the following script to turn off the player avatars: /* Hide Player Avatars */
#playerzone #avatarContainer .player {
display: none;
} Edit: Those avatar names are to let you know who is logged into the game, and when not minimized to just names, it's where the player avatars or camera views are displayed. Having at least the names displayed lets you know if someone has left or gotten disconnected.