Yahoo Mail Hide Ad Panel

Yahoo Mail Hide Ad Panel

Permanently hides the Ads panel on the right side of New Yahoo! Mail, the 'Sponsored' email at the Top, and ads on the Left to give you a full-width Premium email experience for free! The other option, of course is to pay $50 a year to Yahoo! Inc. :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Yahoo Mail Hide Ad Panel",
  "version": "3.70",
  "description": "Hides all the Ad panels (Top, Left, Right) in the NEW Yahoo Mail and expands them to use the full screen, to make your Yahoo Mail completely equivalent to the paid version for free!",
  "icons": {
    "64": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mail.yahoo.com/*",
        "*://mail.yahoo.com/*"
      ],
      "js": [
        "content/YahooMailHideAdPanel.user.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "{c37bac34-849a-4d28-be41-549b2c76c64e}",
      "strict_min_version": "55.0"
    }
  }
}