viewing paste Unknown #22368 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
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!
Viewed 1263 times, submitted by Guest.