Skip to content

Instantly share code, notes, and snippets.

View EshuMarneedi's full-sized avatar

Eshu Marneedi EshuMarneedi

View GitHub Profile
@EshuMarneedi
EshuMarneedi / Twitter Deshittification.css
Created December 9, 2023 09:32
Removes a bunch of Twitter website nonsense.
/* Use the default San Francisco font on macOS. */
* {
font-family: system-ui !important;
}
/* Remove all promoted tweets — no matter where they are. */
[data-testid="placementTracking"] article,
a[href*="quick_promote_web"] {
display: none;
}