Created
December 14, 2020 17:25
-
-
Save shauninman/197e691e6913d6cda7a0c09ee9b49a40 to your computer and use it in GitHub Desktop.
white out promoted tweets on twitter.com
This file contains 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 */ | |
div[aria-label~="Timeline"] div[role="group"]+div{background-color:white;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"] 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