Skip to content

Instantly share code, notes, and snippets.

@Faf4a
Created May 18, 2024 18:05
Show Gist options
  • Save Faf4a/af7411e053a16bcd2164f1d143983a1f to your computer and use it in GitHub Desktop.
Save Faf4a/af7411e053a16bcd2164f1d143983a1f to your computer and use it in GitHub Desktop.
[class*="messageListItem_"][data-author-username="GitHub"]:has(+[class*="messageListItem_"][data-author-username="GitHub"]>:not([class*=groupStart_])):not(:has([class*="embedDescription_"])) :has([class*="embedTitle_"] span:nth-child(3):last-child)
{
min-height: 0;
& [class*="container_"] {
display: none
}
}
[class*="messageListItem_"][data-author-username="GitHub"]:not(:has(+[class*="messageListItem_"][data-author-username="GitHub"]>:not([class*=groupStart_]))):not(:has([class*="embedDescription_"])) :has([class*="embedTitle_"] span:nth-child(3):last-child),
[class*="messageListItem_"][data-author-username="GitHub"]:not(:has(+[class*="messageListItem_"][data-author-username="GitHub"]>:not([class*=groupStart_]))):not(:has([class*="embedDescription_"])):has([class*="embedTitle_"] span:nth-child(3):last-child)
{
display: none;
& [class*="container_"] {
display: none
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment