UserJS - Skip Hotmail's Today page
Monday, 25. July 2005, 09:59:23
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 # 25. July 2005, 09:59
Shokuji # 10. October 2005, 04:25
SunInSpain # 27. October 2005, 19:05
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 # 16. February 2006, 14:52
scipio # 16. February 2006, 15:06
Doliprane # 16. February 2006, 18:26
scipio # 17. February 2006, 11:01
karakara # 17. May 2007, 02:35
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 # 17. May 2007, 08:35