- 「設定」→「全般」→「カスタムCSS」
- ミュートしたい絵文字の種類を選んで書き換えて貼り付け
- 保存
Last active
November 20, 2021 06:59
-
-
Save ThinaticSystem/02ef197a03fcf2ce7ff59a2b7822dbd7 to your computer and use it in GitHub Desktop.
MisskeyアイコンミュートCSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a[title="name"] > .inner { | |
display: none; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a[title="[email protected]"] > .inner { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment