A quick tip for removing the "Upgrade" button that just started popping up in GMail.
If you use a browser plugin like https://stylebot.dev, you can use the following selector:
[data-action-behavior*="Upgrade"]
(Or whatever label this button uses in your language.)
Otherwise the classes here are pretty random and might easily change in the future. Hope this helps!