Last active
July 23, 2019 23:20
-
-
Save pbausch/0a95240829f32d649797ae906f7b6ad0 to your computer and use it in GitHub Desktop.
Remove things from Twitter with Stylus
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
div[data-testid="sidebarColumn"], header[role="banner"], h2[role="heading"] { display: none; } | |
div[data-testid="primaryColumn"], .r-1ye8kvj, .r-9x6qib { max-width: 600px; } | |
main[role="main"], html, body { background-color: #eee; } | |
main[role="main"] > div { width: inherit; max-width: 100%; margin: auto; } | |
.r-gtdqiz { position: inherit; } | |
/* avatars */ | |
div[data-testid="tweet"] > :first-child { display: none; } | |
/* action buttons */ | |
div[aria-label~="Reply"], div[aria-label~="Retweet"], div[aria-label="Share Tweet"] { display: none; } | |
.r-1mdbhws { max-width: 40px; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment