Yahoo Mail: "Add Yahoo! as an application for mailto links?"

User Help for Mozilla Firefox
Locked
User avatar
Gingerbread Man
Posts: 7735
Joined: January 30th, 2007, 10:55 am

Yahoo Mail: "Add Yahoo! as an application for mailto links?"

Post by Gingerbread Man »

When you load your Yahoo! Mail inbox, the site prompts you to add Yahoo! as a handler for mailto: links (e-mail links).

Image

If you click the Add Application button, "Yahoo!" is added as an option under Options - Applications - mailto.

Image

At that point, you normally never see the prompt again, unless you delete your current mimeTypes.rdf file or you create a new Firefox profile. If for some reason you want to hide the prompt either on Yahoo! or on all sites, read on.

The easy way
  1. Install Stylish and restart Firefox when prompted.
    https://addons.mozilla.org/firefox/addon/stylish/
  2. Open the Add-ons Manager (Ctrl+Shift+A; Mac: Command+Shift+A), then the User Styles category.
  3. Click the Write New Style button at the top. Paste either of the following in the text box, give the style a name, then click the Save button.

    Code: Select all

    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    /*
    Title: Yahoo! Mail - hide "add as an application for mailto links" notification
    Author: http://forums.mozillazine.org/memberlist.php?mode=viewprofile&u=261941
    Tested on: Firefox 28, Firefox 31
    */

    notification[label^="Add Yahoo!"][value="Protocol Registration: mailto"] {
      display: none !important;
    }

    Code: Select all

    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    /*
    Title: Hide "add as an application for mailto links" notifications
    Author: http://forums.mozillazine.org/memberlist.php?mode=viewprofile&u=261941
    Tested on: Firefox 28, Firefox 31
    */

    notification[value="Protocol Registration: mailto"] {
      display: none !important;
    }
The hard way
If you don't want to install Stylish, you can put either style in the userChrome.css file instead. Make sure the first line of the style only appears once in that file.
http://kb.mozillazine.org/UserChrome.css
User avatar
LoudNoise
New Member
Posts: 39900
Joined: October 18th, 2007, 1:45 pm
Location: Next door to the west

Re: Yahoo Mail: "Add Yahoo! as an application for mailto lin

Post by LoudNoise »

Thanks GB.

General discuss about this should take place here: viewtopic.php?f=38&t=2819927

Other suggestions might be listed below.
Post wrangler
"Choose between the Food Select Feature or other Functions. If no food or function is chosen, Toast is the default."
Locked