I want to make chrome tell a website the browser is not chrome, but IE 9 or 10. How is this done?
Asked
Active
Viewed 257 times
1 Answers
4
What you're looking for is to change the user agent in Chrome. To do this (latest version) you can do the following:
- open the Developer Tools (Ctrl+Shift+I on Windows/Linux, Command - Option - I on Mac OS X)
- click the "settings" icon at the bottom of the window
- click the overrides option
- 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