Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

Learn More

after hotmail home page defaults to MSN

  • 3 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 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.

被采纳的解决方案

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

定位到答案原位置 👍 0

所有回复 (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

选择的解决方案

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