-
-
Save trey/878aeb29b17d180f548e7df595fd161c to your computer and use it in GitHub Desktop.
Make Twitter dot com nicer.
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
/* bye-bye brands */ | |
/* https://twitter.com/shauninman/status/1338535791643996160 */ | |
div[aria-label~="Timeline"] div[role="group"] + div { | |
background-color: black; | |
position: absolute !important; | |
top: -24px !important; | |
left: -64px !important; | |
margin-top: 0 !important; | |
width: calc(100% + 64px); | |
height: calc(100% + 24px); | |
} | |
div[aria-label="Timeline: Trending now"], | |
aside[aria-label="Who to follow"], | |
div[data-testid="placementTracking"], | |
div[data-testid="UserCell"], | |
div[aria-label~="Timeline"] div[role="group"] + div * { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment