0

I want to make chrome tell a website the browser is not chrome, but IE 9 or 10. How is this done?

Jon
  • 9,479
  • 40
  • 99
  • 131

1 Answers1

4

What you're looking for is to change the user agent in Chrome. To do this (latest version) you can do the following:

  1. open the Developer Tools (Ctrl+Shift+I on Windows/Linux, Command - Option - I on Mac OS X)
  2. click the "settings" icon at the bottom of the window
  3. click the overrides option
  4. check "user agent" and select one of the options or select "other" and enter a custom user agent. You can find a list of agents at http://www.useragentstring.com/pages/useragentstring.php
Tom A
  • 1,516