No MSN on HoTMaiL signout

By Spooky Donkey Last update Aug 30, 2011 — Installed 5,348 times.

There are 1 previous version of this script.

// ==UserScript==
// @name           No MSN on HoTMaiL signout
// @description    Stops hotmail redirecting you to msn when you sign out
// @include        http://login.live.com/logout*
// @include        https://login.live.com/logout*
// @include        http://login.live.com/uilogout*
// @include        https://login.live.com/uilogout*
// ==/UserScript==


window.location = 'http://www.hotmail.com/';


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