T-Mobile.nl says it doesn't support Opera
Sunday, August 21, 2005 1:07:26 PM
T-Mobile.nl redirects Opera users to a page saying that other browsers than IE5.01, IE5.5 and Netscape 6 are not supported. This warning will only be given once, so you can return to the main page (by modifying the address in the address field or by clicking on the logo - there's no obvious link on the page) and continue browsing without any problems.
A cookie remembers whether you've seen the error page before. So if you are not interested in keeping t-mobile's cookies, you'll be redirected more often than necessary. Here's a little UserJS that wil always skip that page:
A cookie remembers whether you've seen the error page before. So if you are not interested in keeping t-mobile's cookies, you'll be redirected more often than necessary. Here's a little UserJS that wil always skip that page:
if (window.location.href.indexOf('http://www.t-mobile.nl/global/htdocs/page/browser_not_supported.asp')>-1){
window.location.replace('http://www.t-mobile.nl/')
}














Jonny Axelssonjax # Sunday, August 21, 2005 1:07:26 PM
Good work, maybe you should submit to userjs.org? And all: Please use the Report a site problem function in Opera 8 to report similar problems.
Faye Kingephemeral # Monday, January 30, 2006 3:00:51 AM
Shouldn't there be something similar you can use in your situation? I assume you are referring to Opera Mini in your post above.