Skip to content

Instantly share code, notes, and snippets.

@nozma
Last active March 12, 2023 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nozma/45d191e4dfedc0bf3e40e18bcf444f32 to your computer and use it in GitHub Desktop.
Save nozma/45d191e4dfedc0bf3e40e18bcf444f32 to your computer and use it in GitHub Desktop.
Misskey.ioカスタムcss
/* チャンネル投稿をタイムラインに表示しない */
.xcSej.x3762:has(.xww2J) {
display:none;
}
/* ホーム以外のRN非表示 デッキUI対応版 */
div[style="position: sticky; top: var(--stickyTop, 0); z-index: 1000;"]:has(.ti-home~.xqAei.xvOIQ)~div .xcSej.x3762:has(.xBwhh), .xlmHf:not(:has(.ti-home))~.xubeM .xcSej.x3762:has(.xBwhh) {
display: none;
}
/* ホーム以外で「〜が何かを言いました」を非表示 */
div[style="position: sticky; top: var(--stickyTop, 0); z-index: 1000;"]:has(.ti-home~.xqAei.xvOIQ)~div .xkYCV.x3762, .xlmHf:not(:has(.ti-home))~.xubeM .xkYCV.x3762 {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment