Last active
August 29, 2015 14:05
-
-
Save mhulse/0e5cf6455d664111842e to your computer and use it in GitHub Desktop.
Firefox GreaseMonkey script: Remove All Gmail Ads: Removes all ads in Gmail, including Web Clips
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
// ==UserScript== | |
// @name Remove All Gmail Ads | |
// @description Removes all ads in Gmail, including Web Clips | |
// @version 1.3 | |
// @namespace oyvey | |
// @include http*://mail.google.com/* | |
// @match http://mail.google.com/* | |
// @match https://mail.google.com/* | |
// ==/UserScript== | |
GM_addStyle(".mq { display:none; } .N92wfe { border-top:none; } .nH.PS { margin: 52px 0 44px 52px !important; } .Zs { display:none; } .u5 { display:none; }"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment