Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

after hotmail home page defaults to MSN

  • 3 respostas
  • 2 têm este problema
  • 17 visualizações
  • Última resposta por Tony White

more options

When logging out of Hotmail. The page loaded is directed to MSN, which I don't want. I want it to default to my home page. There used to be a user script loaded automatically when using GreaseMonkey add-on. This made Mozilla go to my default home page. i.e Google. Now I can't stop MSN loading. Where has the user script gone? It used to work fine but seems to have disappeared with the Mozilla upgrade.

When logging out of Hotmail. The page loaded is directed to MSN, which I don't want. I want it to default to my home page. There used to be a user script loaded automatically when using GreaseMonkey add-on. This made Mozilla go to my default home page. i.e Google. Now I can't stop MSN loading. Where has the user script gone? It used to work fine but seems to have disappeared with the Mozilla upgrade.

Solução escolhida

Have solved problem: Load Greasemonkey, by going to Mozilla Help>Add-ons>Get add-ons. Once Greasemonkey is loaded.Go to Mozilla tools>Greasemonkey>Manage User Scripts>Edit scripts. Then copy and paste the following script into the edit box (change the www.google.co.uk to whatever page you want to go to before you save it) Also after you have saved close MOzilla and re-open voila:

// ==UserScript== // @name No MSN on HoTMaiL signout // @description Stops hotmail redirecting you to msn when you sign out // @namespace http://userscripts.org/users/7063 // @include https://login.live.com/logout* // @include http://login.live.com/logout* // @version 20120913.2350 // @run-at document-start // ==/UserScript==


window.location = 'http://www.google.co.uk/';


//tip: //if you want a blank page use 'about:blank' instead of 'http://www.hotmail.com/'

Ler esta resposta no contexto 👍 0

Todas as respostas (3)

more options

silverlexus54 said

When logging out of Hotmail. The page loaded is directed to MSN, which I don't want. I want it to default to my home page. There used to be a user script loaded automatically when using GreaseMonkey add-on. This made Mozilla go to my default home page. i.e Google. Now I can't stop MSN loading. Where has the user script gone? It used to work fine but seems to have disappeared with the Mozilla upgrade.
more options

Solução escolhida

Have solved problem: Load Greasemonkey, by going to Mozilla Help>Add-ons>Get add-ons. Once Greasemonkey is loaded.Go to Mozilla tools>Greasemonkey>Manage User Scripts>Edit scripts. Then copy and paste the following script into the edit box (change the www.google.co.uk to whatever page you want to go to before you save it) Also after you have saved close MOzilla and re-open voila:

// ==UserScript== // @name No MSN on HoTMaiL signout // @description Stops hotmail redirecting you to msn when you sign out // @namespace http://userscripts.org/users/7063 // @include https://login.live.com/logout* // @include http://login.live.com/logout* // @version 20120913.2350 // @run-at document-start // ==/UserScript==


window.location = 'http://www.google.co.uk/';


//tip: //if you want a blank page use 'about:blank' instead of 'http://www.hotmail.com/'

more options

If you are facing any problems with your Hotmail then click the link below to get further help if within UK

Hotmail Help