Created
February 28, 2026 10:43
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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