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
Last active September 17, 2025 10:31
Removes a bunch of Twitter website nonsense.
/* Remove all promoted tweets — no matter where they are. */
[data-testid="placementTracking"] article,
a[href*="quick_promote_web"] {
display: none;
}
/* Remove the “Messages” drawer from the bottom left. */
[data-testid="DMDrawer"] {
visibility: hidden;
}