Arena - blog

Los amigos del barrio pueden desaparecer, pero los dinosaurios van a desaparecer

UserJS - Skip Hotmail's Today page

, ,

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 (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.

UserJS: Disable OperaShowT-Mobile.nl says it doesn't support Opera

Comments

Doliprane'Doliprane Monday, July 25, 2005 9:59:23 AM

great Scipio thanks

BudShokuji Monday, October 10, 2005 4:25:28 AM

That's cool, but why do people still use hotmail?

SunInSpain Thursday, October 27, 2005 7:05:35 PM

Great Scipio,
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

now it seems it doesn't work anymore, or is it only me?

scipio Thursday, February 16, 2006 3:06:39 PM

It still works here. Do you use O8.51 or O9TPx?

Doliprane'Doliprane Thursday, February 16, 2006 6:26:56 PM

09TP2, but was working fine so far

scipio Friday, February 17, 2006 11:01:54 AM

Strange, it still works fine here in both versions.

karakara Thursday, May 17, 2007 2:35:04 AM

Hello.
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

Yes, I discovered it needed an update for Live Hotmail, but I haven't switched so I haven't bothered to make those changes yet. p

Write a comment

You must be logged in to write a comment. If you're not a registered member, please sign up.