Skip to content

Instantly share code, notes, and snippets.

@mhulse
Last active August 29, 2015 14:05
Show Gist options
  • Save mhulse/0e5cf6455d664111842e to your computer and use it in GitHub Desktop.
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
// ==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