Skip to content

Instantly share code, notes, and snippets.

@ThinaticSystem
Last active November 20, 2021 06:59
Show Gist options
  • Save ThinaticSystem/02ef197a03fcf2ce7ff59a2b7822dbd7 to your computer and use it in GitHub Desktop.
Save ThinaticSystem/02ef197a03fcf2ce7ff59a2b7822dbd7 to your computer and use it in GitHub Desktop.
MisskeyアイコンミュートCSS

アイコンミュート(MisskeyカスタムCSS)

使い方

  1. 「設定」→「全般」→「カスタムCSS」
  2. ミュートしたい絵文字の種類を選んで書き換えて貼り付け
  3. 保存
a[title="name"] > .inner {
display: none;
}
a[title="name@example.com"] > .inner {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment