Ubuntu – Trouble accessing sites with Chromium

11.04chromiumfirefox

I'm having trouble accessing www.fafsa.ed.gov with Chromium, I get an "incompatible browser detected" message. I tried using the "User Agent Switcher" extension for Chrome but it did not work, however Firefox 4 and their own "User Agent Switcher" extension did work. I prefer Chromium, but being a student, this is a bit of a "deal breaker" for me. I figured I'd ask before I made the switch to fx4!

Best Answer

You can run Chromium with a modified user agent string using a command line argument. To pretend you are using Internet Explorer on Windows, run (Alt+F2 then paste):

chromium-browser --user-agent="Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 3.5.30729)"

This only works if you close all of your Chromium windows first.