Skip to content

Instantly share code, notes, and snippets.

@lowteq
Created October 12, 2023 12:57
Show Gist options
  • Save lowteq/6d26e5f6fe379de3fbce3c7555c17fb6 to your computer and use it in GitHub Desktop.
Save lowteq/6d26e5f6fe379de3fbce3c7555c17fb6 to your computer and use it in GitHub Desktop.
discordのステータスを非表示にするbetterdiscord用カスタムcss
li> div > a > div > div:first-child > div > svg > svg{
display: none;
}
li> div > a > div > div:first-child > div > svg > mask > rect{
display:none;
}
section[aria-label="チャンネルのヘッダー"] > div > div:first-child > div:nth-child(2) {
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment