Mimicking iPhone user agent in Chrome? [duplicate]

天涯浪子 提交于 2019-12-03 05:57:33

You can change chrome user agent by running it from command line:

chrome.exe --user-agent="User Agent String"

check out This Page for more information

With the latest release in the Chrome Dev Channel (version 18) you can browse to developer tool settings and change the user agent string directly without needing any plugins or command line options.

First download Chrome from the developer channel, restart it, CTRL+SHIFT+I and click settings on bottom right. You should now be able to select the UA string.

The User-Agent Switcher for Chrome works nicely, I just tested it out.

I downloaded the portable version of chrome and created a custom shortcut to it to always have a mobile browser.

F:_SOE\Apps\GoogleChromePortable\GoogleChromePortable.exe --user-agent="Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543 Safari/419.3"

There is now the Ultimate User Agent Switcher in the Chrome Webstore. It's awesome!

I don't think chrome can do that but using one of the proxy out there you would be able to do it like privoxy

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!