Gmail's Preview Theme without floating ads. |
Solution (for Chrome)
Modify Gmail's stylesheet to prevent the ads from floating.
- Install the Personalized Web Chrome extension.
- Go to Tools -> Extensions.
- Find the Personalized Web section and click "Options".
- Click "Add New Rule".
- In the "Match URLs" textbox, input "mail.google.com".
- In the "Add CSS" textbox, input:
.mq {
position: relative;
bottom: 0px;
left: 0px;
margin: 0px;
}
Click "Save".
Reload Gmail to see the effect.
FAQ
Q: Why not just disable the advertisement in the first place?
A: Nothing in life is free; Google is providing us with this free service in exchange for displaying ads. It's a fair deal.
Q: Does this work on Firefox?
A: No, but you can just google for steps on using a custom CSS. You may use the same CSS from Step 6.
FAQ
Q: Why not just disable the advertisement in the first place?
A: Nothing in life is free; Google is providing us with this free service in exchange for displaying ads. It's a fair deal.
Q: Does this work on Firefox?
A: No, but you can just google for steps on using a custom CSS. You may use the same CSS from Step 6.