Recently, I came across a problem on all my linux machines:
I couldn't directly access my hotmail box directly, I always got an error message telling me to install IE, Firefox or Safari to access hotmail, forcing me to click on a link to get the "classic" version (in short: the old one).
I do not mind the older version, but having to click on a useless link each time I wanna check my mail was getting frustrating.
Most places reported that the problem came from the "general.useragent.vendor" variable which hotmail needs set to "Firefox" and that linux distros set to their own name ("Ubuntu", " Fedora" ...)
After trying overwriting it, it appeared that each time firefox restarts, this value is restored. So configuring this variable through about:config is not an option.
Here is the easy way I found so far:
1. close firefox and go to ~/.mozilla/firefox/********.default/
2. create a file called user.js
3. insert this line:
4. restart firefox and enjoy the newest hotmail versionCode:user_pref("general.useragent.vendor", "Firefox");
I post this here because I couldn't find a similar forum post, and secondly in general help because I did not see where else this should be posted in.



Adv Reply




Bookmarks