EDIT: of course it worked using Firefox, it just recognizes Chrome as Safari (which is weird, but the problem is probably at their end). Now I get the 000000000x51 or so error (should be pretty wellknown by now). I could always solve it by reinstalling gom, but now that didn't work.
Gomplayer and chrome
Forum Index > Tech Support |
Liveon
Netherlands1083 Posts
EDIT: of course it worked using Firefox, it just recognizes Chrome as Safari (which is weird, but the problem is probably at their end). Now I get the 000000000x51 or so error (should be pretty wellknown by now). I could always solve it by reinstalling gom, but now that didn't work. | ||
TheGiftedApe
United States1243 Posts
| ||
Liveon
Netherlands1083 Posts
| ||
timwac
Scotland93 Posts
| ||
vek
Australia936 Posts
Example: chrome.exe --user-agent="user agent string goes here" This one might solve the problem: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 Here are detailed instructions of how to do it if you are unsure: http://knol.google.com/k/wardog/google-chrome-change-user-agent-to/187t5jnwvnu9d/6# And a list of different user agents: http://www.useragentstring.com/pages/useragentstring.php | ||
McDonalds
Liechtenstein2244 Posts
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3 Here is what the Safari user agent looks like. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10 Chrome confuses web applications on purpose. This isn't really something new in the browser world. The developers of Chrome believe that Chrome is similar enough to Safari and other WebKit browsers for Safari-specific code to work best when Chrome-specific code is not available (which is always). | ||
Liveon
Netherlands1083 Posts
About the useragent, can't really find where to put it. I use windows 7 without desktop icons. So I tried the properties of the shortcut in my taskbar. There I could find a 'target' and a 'start in'. I don't think those are the things I'm looking for. | ||
vek
Australia936 Posts
Add the arguments after the end quotes of the shortcut. something like: "C:/whatever/chrome.exe" --user-agent="blah" | ||
| ||