UserJS - Skip Hotmail's Today page
Monday, July 25, 2005 9:59:23 AM
This script immediately redirects the user to Hotmail's Mail tab (the inbox page) when he signs in. This way the Hotmail Today page (the regular "front page" that tells you how many messages you have) is skipped.
If referrer logging is enabled in Opera, the script will redirect the user only when he logs in; Opera Today can then be visited by clicking on the appropriate link. If referrer logging is disabled, Opera Today becomes virtually unreachable, as clicking on the link will automatically send the user to his inbox. All information displayed on that page is available elsewhere on Hotmail, though.
if (window.location.href.match(/http:\/\/(\w+\.){0,2}hotmail(\.msn)?\.com\/cgi-bin\/hmhome\?/)){
if (document.referrer=='' || document.referrer.match(/http:\/\/login.passport.net\/uilogin/))
location.href=location.href.replace('hmhome','HoTMaiL');
}
If referrer logging is enabled in Opera, the script will redirect the user only when he logs in; Opera Today can then be visited by clicking on the appropriate link. If referrer logging is disabled, Opera Today becomes virtually unreachable, as clicking on the link will automatically send the user to his inbox. All information displayed on that page is available elsewhere on Hotmail, though.














Doliprane'Doliprane # Monday, July 25, 2005 9:59:23 AM
BudShokuji # Monday, October 10, 2005 4:25:28 AM
SunInSpain # Thursday, October 27, 2005 7:05:35 PM
Haha lol I found this website while searching for removing hotmail today page:
http://www.hotmailtoday.com
Seems others are having fun with this too.
Doliprane'Doliprane # Thursday, February 16, 2006 2:52:52 PM
scipio # Thursday, February 16, 2006 3:06:39 PM
Doliprane'Doliprane # Thursday, February 16, 2006 6:26:56 PM
scipio # Friday, February 17, 2006 11:01:54 AM
karakara # Thursday, May 17, 2007 2:35:04 AM
This script is so good!
But ,can't it work on WindowsLiveHotmail.
I mended so that it might move on that page.
http://files.myopera.com/karakara/userjs/hotmailtodayskip2.js
scipio # Thursday, May 17, 2007 8:35:49 AM