Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

after hotmail home page defaults to MSN

  • 3 replies
  • 2 have this problem
  • 20 views
  • Last reply by 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.

Chosen solution

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/'

Read this answer in context 👍 0

All Replies (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

Chosen Solution

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