搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Default email

more options

How do I add Outlook to my list of e-mails so when I click on a link to email I get sent to Outlook instead of g-mail.

How do I add Outlook to my list of e-mails so when I click on a link to email I get sent to Outlook instead of g-mail.

所有回复 (1)

more options

Hi sog22, this take a little persistence, but here is one method:

Open your Outlook mailbox. Then

(1) Open Firefox's Web Console in the lower part of the tab below your mailbox. You can do that using either:

  • Ctrl+Shift+k (Mac: Command+Alt+k)
  • "3-bar" menu button > Web Developer > Web Console
  • (menu bar) Tools > Web Developer > Web Console

(2) Select and copy the following line of script (it's all one line -- ignore the fact that the forum creates links):

navigator.registerProtocolHandler('mailto', 'https://outlook.live.com/mail/deeplink/compose?to=%s', 'Outlook Live');

(3) In the tab with your mailbox, in the Web Console, paste the script and execute it. Here's how:

  • One-line console (has the caret (>>) at the bottom): paste and press the Enter key
  • Multi-line console (has the command area on the left side): paste and click the Run button

Screenshots of both layouts are attached for reference. If this is your first time using the Web Console, Firefox may ask you to take some action to prove you understand it's dangerous to run scripts from strangers. That is true.

After the script is executed, an infobar should open at the top of the page. Click "Add Application". You now can close the Web Console by clicking the "X" on its top bar at the right.

Success?