HenryHuysamen.com
← Essays & projects
PROJECT · CHROME EXTENSION

Hide Upgrade Button for Gmail

A tiny Chrome extension that removes the distracting blue "Upgrade" button from the Gmail top bar, leaving you a calmer, cleaner inbox.

Chrome Web Store ↗ GitHub ↗

Gmail puts a bright blue Upgrade button in the top bar, right where your eye keeps landing. It is loud, it is permanent, and it is a small nudge to spend money sitting in a space that should just be your inbox. Once you notice it, it is hard to stop noticing it.

This extension does one thing: it takes that button away. The header bar goes quiet, the clutter is gone, and there is nothing left up there pulling at your attention while you read and write email.

A calmer inbox

The point is focus. With the upsell out of the way, the top bar becomes what it should have been all along: a clean strip that stays out of your way. No flashing call to action, no reminder to upgrade, just your mail. It is a tiny change that you feel every single time you open Gmail.

It is also deliberately narrow in scope:

Getting it

Install it from the Chrome Web Store and click Add to Chrome. That is the whole setup. If you would rather read the code first, it is all open on GitHub.

How it works

Under the hood it is intentionally simple. The extension targets a stable wrapper element around the button and hides it, then re-applies that whenever Gmail re-renders the top bar, so the button stays gone as you move around your inbox.