- 「設定」→「全般」→「カスタムCSS」
- ミュートしたい絵文字の種類を選んで書き換えて貼り付け
- 保存
Last active
August 27, 2021 11:19
-
-
Save ThinaticSystem/4b03e06037d08a05722a8494437eeab4 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
img.mk-emoji[title=":honi:"] { | |
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
img.mk-emoji[title=":[email protected]:"] { | |
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
img.mk-emoji[title="🍣"] { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment