Step 1: Go to https://betterdiscord.net/home/ and install for your platform.
Step 2: Click on the gear next to your name(http://i.imgur.com/ecaiJtO.png), then the "Better Discord" tab (http://i.imgur.com/qFtIHUI.png), and finally Custom CSS (http://i.imgur.com/WzH2tTT.png)
Step 3: Paste in this code
```css
.guild-channels ul .collapsed .channel-voice-states {
display:none
}
.guild-channels ul .collapsed .channel-voice-states li .avatar-small {
display:none
}
.guild-channels ul .channel-voice-states li.speaking {
display: list-item;
color: #fff
}
.guild-channels ul .channel-voice-states li {
display: none;
}
```
Step 4: Click 'Done' and enjoy your better Voice experience!
OPTIONAL: If you still want to see everyone in the room, add a '/*' in front of the last '.guild' block!