#Hide hang statuses:
1 messages ยท Page 1 of 1 (latest)
also hide the add status button
[class^="iconGroup"]:has([d="M13 3a1 1 0 1 0-2 0v8H3a1 1 0 1 0 0 2h8v8a1 1 0 0 0 2 0v-8h8a1 1 0 0 0 0-2h-8V3Z"]) {
display: none;
}```
Just tested it and that doesnt seem to work for me
potentially they changed smth
idjk
is this not the same
nope that just sets yours to "none" when you join
but this removes it for everyone
(client side ofc)
ah. thx. ๐
I mean I just use
/* Remove VC Icons (chilling status) */
[class*=iconGroup]:has([class*=hangStatusIcon]) {
display: none;
}
/* Options Popout */
[class*=layerContainer] [class*=popout]:has([class*=text-xs-medium], [class*=options]){
display: none;
}