Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Have Chrome pretend to be an iPad

I am sure that I have seen someone impersonate iPad Safari in Chrome. Do you know how?

like image 953
Chris G. Avatar asked Feb 20 '23 01:02

Chris G.


2 Answers

Browsers identify themselves by the 'user-agent' string in HTTP request header

You can change it https://chrome.google.com/webstore/detail/djflhoibgkdhkhhcedjiklpkjnoahfmg?hl=en-US&gl=US

like image 145
Colonel Panic Avatar answered Feb 22 '23 15:02

Colonel Panic


Here's a tutorial that shows you how to accomplish this. You simply change the user agent to be the same as that of ipad safari

Get Ipad interface using Chrome user agent string

like image 38
mekelly Avatar answered Feb 22 '23 15:02

mekelly