#Hide hang statuses:

1 messages ยท Page 1 of 1 (latest)

surreal vessel
#

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;
}```
vale solstice
#

potentially they changed smth

#

idjk

heady pawn
#

is this not the same

vale solstice
#

nope that just sets yours to "none" when you join

#

but this removes it for everyone

#

(client side ofc)

heady pawn
barren arch
#

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;
  }