Skip to content

Instantly share code, notes, and snippets.

@shauninman
Created December 14, 2020 17:25
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shauninman/197e691e6913d6cda7a0c09ee9b49a40 to your computer and use it in GitHub Desktop.
Save shauninman/197e691e6913d6cda7a0c09ee9b49a40 to your computer and use it in GitHub Desktop.
white out promoted tweets on twitter.com
/* 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