Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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?