Skip to content

Instantly share code, notes, and snippets.

@mizchi
Created May 16, 2023 03:18
Show Gist options
  • Save mizchi/2a68e81f9a6ee73b0d081f9b8f942bef to your computer and use it in GitHub Desktop.
Save mizchi/2a68e81f9a6ee73b0d081f9b8f942bef to your computer and use it in GitHub Desktop.
main > div > div > div > div:nth-child(1) > section > div {
width: 600px;
}
/* tweet */
[aria-label='タイムライン: ホームタイムライン'] [data-testid='cellInnerDiv']:not(:hover) {
height: 36px;
overflow-x: auto;
overflow-y: hidden;
}
/* Retweet */
[aria-label='タイムライン: ホームタイムライン'] [data-testid='cellInnerDiv']:not(:hover) [data-testid='socialContext']
{
display: none;
}
[aria-label='タイムライン: ホームタイムライン'] [data-testid='cellInnerDiv']:not(:hover) [data-testid='tweet'] > div > div > div:first-child
{
display: none;
}
/* name */
[aria-label='タイムライン: ホームタイムライン'] [data-testid='cellInnerDiv']:not(:hover)
[data-testid=tweet] > div > div > div:nth-child(2) > div:nth-child(2) > div:first-child {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment