No MSN on HoTMaiL signout

By Spooky Donkey Last update Jun 14, 2006 — Installed 2,770 times.
// ==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        http://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/'