Extensão do Firefox para abrir o mailto no Hotmail?

0

Eu costumava usar uma extensão do Firefox que abria links mailto em um dos populares sistemas de e-mail baseados na web, como o Hotmail. Não consigo localizá-lo.

    
por Tony_Henrich 20.10.2009 / 06:29

2 respostas

3

Você pode seguir este breve tutorial :

  1. Type about:config into your location bar and hit enter. If you've never edited used about:config before, you'll see a warning.
  2. Click I'll be careful, I promise! This will bring you to the about:config window.
  3. In the filter field type gecko. Double click the first entry gecko.handlerService.allowRegisterFromDifferentHost to change the value to true.
  4. Copy and paste the text between the following text into the location bar and hit enter: javascript:navigator.registerProtocolHandler('mailto','http://hotmail.msn.com/secure/start?action=compose&to=%s','Hotmail');
  5. You will see an information bar drop down at the top of the window. Click Add Application. You've finished installing the Hotmail protocol now you just need to select it.
  6. Go to Firefox>Preferences>Applications, if you are using a Mac, or Tools>Options>Applications, if you are using Windows. Now scroll down the list by content type and find mailto. In the drop-down menu to the right select Use Hotmail.
  7. Next, return to about:config.
  8. If the warning comes up again, click I'll be careful, I promise!
  9. In the filter field type gecko, and double click the first entry gecko.handlerService.allowRegisterFromDifferentHost to change the value back to false.
    
por 20.10.2009 / 07:47
0

Se você também usa o greasemonkey, você pode usar o link que faz o que você quer.

    
por 20.10.2009 / 06:43