Skip to content

Instantly share code, notes, and snippets.

View EshuMarneedi's full-sized avatar

Eshu Marneedi EshuMarneedi

View GitHub Profile
@EshuMarneedi
EshuMarneedi / Gemini Deshittification.css
Created February 28, 2026 10:43
Removes the useless Gemini AI Pro Plus Max Premium One upsell on the Gemini website.
.buttons-container.adv-upsell.ng-star-inserted {
display: none;
}
#app-root > main > side-navigation-v2 > bard-sidenav-container > bard-sidenav > side-navigation-content > div > div > mat-action-list.mat-mdc-action-list.mat-mdc-list-base.mdc-list.desktop-controls.ng-star-inserted > g1-dynamic-upsell-button {
display: none;
}
@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;
}