Skip to content

Instantly share code, notes, and snippets.

@EshuMarneedi
Created February 28, 2026 10:43
Show Gist options
  • Select an option

  • Save EshuMarneedi/ba883bc40db35734dbcd966d42b76949 to your computer and use it in GitHub Desktop.

Select an option

Save EshuMarneedi/ba883bc40db35734dbcd966d42b76949 to your computer and use it in GitHub Desktop.
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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment