Another quick one: fake your user agent in Chrome to look like the latest and greatest iOS iPhone:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
-user-agent="Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us)
AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5"
This is for a mac, but the same idea works on a PC, just fire up Chrome from the command line with the –user-agent flag.