Useragents.me

Last updated: 17 april, 2024.

A self-updating list of the latest and most common useragents seen on the web across all device types, operating systems, and browsers. Data is always fresh, updating weekly.

This user agent list is perfect for web scrapers looking to blend in, developers, website administrators, and researchers.

The most common useragents list is compiled from the user logs data of a number of popular sites across niches and geography, cleansed (bots removed), and enriched with information about the device and browser.

Most Common Desktop Useragents

Most common mobile useragents, latest windows desktop useragents.

  • Latest Mac Desktop Useragents

Latest Linux Desktop Useragents

Latest iphone useragents, latest ipod useragents, latest ipad useragents, latest android mobile useragents, latest tablet useragents.

  • Smartproxy: Fast, Reliable Proxies
  • Free Proxy Checker

An updated list of the most common useragents on the web, specifically the most common desktop useragents. You can see the relative share of each useragent included in the data table below. Hint: scroll sideways if you're viewing this page on a mobile device.

Get useragent list as JSON or TSV

Get the most common desktop useragents list conveniently in JSON format

Get the most common desktop useragents list conveniently in TSV (tab separated values) format

An updated list of the most common useragents on the web, specifically the most common mobile useragents. You can see the relative share of each useragent included in the data table below. Hint: scroll sideways if you're viewing this page on a mobile device.

Get the most common mobile useragents list conveniently in JSON format

Get the most common mobile useragents list conveniently in TSV (tab separated values) format

A complete list of the absolute latest Windows (desktop) useragents.

Latest Mac OS X Desktop Useragents

A complete list of the absolute latest Mac OS X (desktop) useragents.

A complete list of the absolute latest Linux (desktop) useragents.

A complete list of the absolute latest iPhone (mobile) useragents.

A complete list of the absolute latest iPod (touch mp3 player) useragents.

A complete list of the absolute latest iPad (tablet) useragents.

A complete list of the absolute latest android (mobile) useragents.

A complete list of the absolute latest tablet useragents.

About useragents.me

Useragents.me was created for web scrapers to give them quick and easy access to a list of the latest and most commmon useragents. Many similar lists have appeared in the past before us, but which have been quickly forgotten about and left to die.

Useragents.me is run and developed by someone working directly in the business of web scraping and who uses the site himself daily. Furthermore it's designed to be self-sustaining, self-updating, and low mantinence — meaning it will be a resource you can trustfully rely on for years.

What can I do with the useragents listed here?

The useragents listed here are most commonly used by web crawlers and web scrapers who want to mask their requests.

How often is the list of most common user agents updated?

The list of most common useragents (both desktop and mobile) is updated every week (specifically, on Sunday nights).

What is my current useragent?

As far as we can see, it's:

What is the difference between the most common and latest useragents listed here?

  • The most common useragents list is a list of useragents that were observed accessing a set of sites in a given period of time. If you need to scrape a large number of pages and want your scraping requests to 'blend in', you can likely safely use this list in rotation to be successful.
  • The latest useragents list is a list of the absolute latest useragents for a specific browser and device type. If you don't have a large scraping task (and so don't need to rotate useragents), you can likely safely use just one of these.

When should I use a mobile or desktop useragent?

Some sites will give you different content depending on the device you're using, so you should select the user agent with the correct device type for the task.

Node.js API Wrapper

useragents-me-api (by Davide Violante)

Built something with our API and want it featured here? — DM me @_stayml .

Useragents.me has been featured in...

  • latenightlinux
  • stackoverflow
  • infoextreme
  • Softantenna
  • 阮一峰的网络日志 (Ruan Yifeng's weblog)

© 2022 - 2024 Useragents.me

The latest user agents for web browsers on iOS

iOS is Apple's Operating System for iPhones, iPads and iPod Touches.

Here you can find the latest user agents for some of the most popular web browsers which run on iOS: Starting with Apple's own web browser: Safari, we've also got user agents for other browsers like Chrome and Firefox.

Explore our huge user agent listing , download our user agents database , (or you can search it ) if you're curious about other user agents.

Get latest user agents for iOS via API

Our Web Browser/Operating System Version Numbers API endpoint will provide you with the latest user agents for all sorts of popular web browsers and operating systems.

Experiment with different user agents

You can use our User Agent Parser page to try out different user agent varieties, or to test if your user agent switcher is working properly.

Database of user agents

If you're interested in our database of many millions of user agents, please check out our API which provides access to our user agent database . You can perform very detailed and specific queries on it to find user agents that match your exact criteria - version numbers, hardware types, platforms and so on.

Clear cache & history

Do i need to clear my cache.

Not sure why you've been asked to clear your cache? We can explain. Why you need to clear your cache

What is a cache?

Before you consider clearing your browser cache, you should know what it is! Learn a little bit about browser caches

Is it safe to clear my cache?

Are there any risks to clearing your cache? Find out if it's ok to clear your cache

Update my web browser

Do i need to update my browser.

Find out if your browser is out of date Is my browser out of date?

Why should I update my browser?

There are very good reasons to, find out here! Why update your browser?

Is it free to update Chrome?

Find out about the cost of updating Chrome... Does Chrome cost anything?

What does "Update browser" mean?

What does it actually mean? What does it mean to update your browser

Get help with our guides

How to enable javascript.

Change your JavaScript settings Guide to enabling Javascript

How to enable Cookies

Configure your cookie settings for privacy Guide to enabling cookies

Related articles

I can't log in to a website..

We've got a detailed guide to help you solve login problems How to fix website log in problems

Why do websites use cookies?

Why are cookies useful? Do you need them? What's the deal with cookies?

How to update your browser

Old software puts you at risk. Keep your browser fresh and up to date

Clear Cache, Cookies and History

How to reset your browsing history How to reset your browser

Try a different web browser

Different web browsers have different features - try a different one to see if you prefer it. Experiment a bit!

Use a VPN to hide your IP address

We recommend NordVPN to hide your IP address or to unblock websites. Hide your IP Address

  • Skip to main content
  • Skip to search
  • Skip to select language
  • Sign up for free
  • English (US)

The User-Agent request header is a characteristic string that lets servers and network peers identify the application, operating system, vendor, and/or version of the requesting user agent .

Warning: Please read Browser detection using the user agent for why serving different Web pages or services to different browsers is usually a bad idea.

Common format for web browsers:

A product identifier — its name or development codename.

Version number of the product.

Zero or more comments containing more details. For example, sub-product information.

Firefox UA string

For more on Firefox- and Gecko-based user agent strings, see the Firefox user agent string reference . The UA string of Firefox is broken down into 4 components:

  • Mozilla/5.0 is the general token that says that the browser is Mozilla-compatible. For historical reasons, almost every browser today sends it.
  • platform describes the native platform that the browser is running on (Windows, Mac, Linux, Android, etc.) and if it is a mobile phone. Firefox OS phones say Mobile — the web is the platform. Note that platform can consist of multiple " ; "-separated tokens. See below for further details and examples.
  • rv: geckoversion indicates the release version of Gecko (such as " 17.0 "). In recent browsers, geckoversion is the same as firefoxversion .
  • Gecko/geckotrail indicates that the browser is based on Gecko. (On the desktop, geckotrail is always the fixed string 20100101 .)
  • Firefox/firefoxversion indicates that the browser is Firefox and provides the version (such as " 17.0" ).

Chrome UA string

The Chrome (or Chromium/Blink-based engines) user agent string is similar to Firefox's. For compatibility, it adds strings like KHTML, like Gecko and Safari .

Opera UA string

The Opera browser is also based on the Blink engine, which is why it almost looks the same as the Chrome UA string, but adds "OPR/<version>" .

Older, Presto-based Opera releases used:

Microsoft Edge UA string

The Edge browser is also based on the Blink engine. It adds "Edg/<version>" .

Safari UA string

In this example, the user agent string is mobile Safari's version. It contains the word "Mobile" .

Crawler and bot UA strings

Library and net tool ua strings, specifications, browser compatibility.

BCD tables only load in the browser with JavaScript enabled. Enable JavaScript to view data.

  • User-Agent detection, history and checklist
  • Firefox user agent string reference
  • Browser detection using the user agent
  • Client hints

Search code, repositories, users, issues, pull requests...

Provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

  • Notifications

user agent list 2021 / 2022

CatAnnaDev/User_Agent

Folders and files, repository files navigation, android mobile user agent strings.

Samsung Galaxy A02 Mozilla/5.0 (Linux; Android 11; Samsung SM-A025G) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 Samsung Galaxy A42 5G Mozilla/5.0 (Linux; Android 11; SM-A426U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 Mobile Safari/537.36 Samsung Galaxy F22 Mozilla/5.0 (Linux; Android 7.0; SM-G930VC Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 Samsung Galaxy M12 Mozilla/5.0 (Linux; Android 11; SM-M127N) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.119 Mobile Safari/537.36 Samsung Galaxy S21 5G Mozilla/5.0 (Linux; Android 11; SM-G9910) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.181 Mobile Safari/537.36 Samsung Galaxy S21 Ultra 5G Mozilla/5.0 (Linux; Android 11; SM-G998W) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Mobile Safari/537.36 Samsung Galaxy S21 + 5G Mozilla/5.0 (Linux; Android 6.0.1; Nexus 6P Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36 Motorola Moto G10 Power Mozilla/5.0 (Linux; Android 11; moto g(10) power Build/RRBS31.Q1-3-34-1-2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.105 Mobile Safari/537.36 Motorola One 5G ace Mozilla/5.0 (Linux; Android 10; motorola one 5G ace Build/QZK30.Q4-40-55; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.152 Mobile Safari/537.36 Motorola Moto E7 Power Mozilla/5.0 (Linux; Android 10; moto e(7) power Build/QOM30.255-12; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/85.0.4183.101 Mobile Safari/537.36 Motorola Moto G50 Mozilla/5.0 (Linux; Android 11; moto g(50) Build/RRFS31.Q1-59-76-2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile Safari/537.36 EdgW/1.0 Motorola moto g play (2021) Mozilla/5.0 (Linux; Android 10; moto g play (2021)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.127 Mobile Safari/537.36 Huawei Mate 40 Pro Mozilla/5.0 (Linux; Android 10; NOH-NX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.120 Mobile Safari/537.36 Huawei Nova 8 Pro 5G Mozilla/5.0 (Linux; U; Android 10; zh-cn; BRQ-AN00 Build/HUAWEIBRQ-AN00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.120 MQQBrowser/11.9 Mobile Safari/537.36 COVC/045717 Nokia C1 Plus Mozilla/5.0 (Linux; Android 10; Nokia C1 Plus Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/81.0.4044.138 Mobile Safari/537.36 Nokia G10 Mozilla/5.0 (Linux; Android 11; Nokia G10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.88 Mobile Safari/537.36 Nokia G20 Mozilla/5.0 (Linux; Android 11; Nokia G20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.88 Mobile Safari/537.36 Vivo V21 Mozilla/5.0 (Linux; Android 11; V2108) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36 Vivo Y20 2021 Mozilla/5.0 (Linux; Android 10; moto e(7) power Build/QOM30.255-12; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/85.0.4183.101 Mobile Safari/537.36 Vivo X60 Mozilla/5.0 (Linux; Android 11; V2045) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 Google Pixel 5 Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.111 Mobile Safari/537.36 Google Pixel 4a Mozilla/5.0 (Linux; Android 11; Pixel 4a Build/RP1A.200720.005; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/84.0.4147.111 Mobile Safari/537.36 Xiaomi Poco X3 Pro Mozilla/5.0 (Linux; Android 11; M2102J20SG Build/RKQ1.200826.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.141 Mobile Safari/537.36 Xiaomi Poco M3 Pro 5G Mozilla/5.0 (Linux; Android 11; M2103K19PG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Mobile Safari/537.3 Xiaomi Mi 11 Ultra Mozilla/5.0 (Linux; Android 11; M2102K1G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Mobile Safari/537.36

iPhone User Agent Strings

Apple iPhone SE (Firefox) Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/36.0 Mobile/15E148 Safari/605.1.15 Apple iPhone 12 Pro Max (Firefox) Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/36.0 Mobile/15E148 Safari/605.1.15 Apple iPhone XS Max (Firefox) Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/13.2b11866 Mobile/16A366 Safari/605.1.15 Apple iPhone 12 Mini (Chrome) Mozilla/5.0 (iPhone; CPU iPhone OS 14_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/92.0.4515.90 Mobile/15E148 Safari/604.1 Apple iPhone 11 (Safari) Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Mobile/15E148 Safari/604.1 Apple iPhone 12 Mini (Safari) Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1 Apple iPhone 12 Pro (Safari) Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1 Apple iPhone 12 (Safari) Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1 Apple iPhone SE (2nd Generation) (Safari) Mozilla/5.0 (iPhone12,8; U; CPU iPhone OS 13_0 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A403 Safari/602.1 Apple iPhone 12 Pro (Safari) Mozilla/5.0 (iPhone13,3; U; CPU iPhone OS 14_0 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/15E148 Safari/602.1 Microsoft Lumia 650 Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Microsoft; RM-1152) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Mobile Safari/537.36 Edge/15.15254 Microsoft Lumia 550 Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; RM-1127_16056) AppleWebKit/537.36(KHTML, like Gecko) Chrome/42.0.2311.135 Mobile Safari/537.36 Edge/12.10536 Microsoft Lumia 950 Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/36.0 Mobile/15E148 Safari/605.1.15 Apple iPhone XS Max (Firefox) Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/13.2b11866 Mobile/16A366 Safari/605.1.15 Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; Lumia 950) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36 Edge/13.1058

Tablet User Agent Strings

Apple iPad Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Safari/605.1.15 Samsung Galaxy Tab A7 Lite Mozilla/5.0 (Linux; Android 11; SM-T227U Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.141 Safari/537.36 Samsung Galaxy Tab S6 Lite Mozilla/5.0 (Linux; Android 10; SM-610N Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.119 Mobile Safari/537.36 Amazon Fire HD 10 (2021) Mozilla/5.0 (Linux; Android 9; KFTRWI) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.88 Safari/537.36 Lenovo Tab E10 Mozilla/5.0 (Linux; Android 8.1.0; Lenovo TB-X104X Build/OPM1.171019.026; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.162 Safari/537.36 Samsung Galaxy Tab A Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-T550 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Safari/537.36 Huawei MatePad Pro 12.6 Mozilla/5.0 (Linux; Android 10; WGR-W19 Build/HUAWEIWGR-W19; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.106 Safari/537.36 Acer Iconia Tab 10 Mozilla/5.0 (Linux; Android 10; ATAB1021E) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.88 Safari/537.36

Desktop User Agents

Linux-based PC using a Firefox browser Mozilla/5.0 (X11; Linux x86_64; rv:93.0) Gecko/20100101 Firefox/93.0 macOS-based computer using a Safari browser Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15 Windows 10-based PC using Edge browser Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46 Chrome OS-based laptop using Chrome browser (Chromebook) Mozilla/5.0 (X11; CrOS x86_64 13982.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.157 Safari/537.36

Set Top Boxes User Agents

Apple TV 4K (6th Gen) Mozilla/5.0 (AppleTV11,1; CPU OS 11.1 like Mac OS X; en-US) Amazon Fire TV Stick Lite Mozilla/5.0 (Linux; Android 9; AFTSS Build/PS7228; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Mobile Safari/537.36 Amazon Fire TV Stick (3rd Gen) Mozilla/5.0 (Linux; Android 9; AFTSSS Build/PS7228; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Mobile Safari/537.36 TiVo Stream 4K Mozilla/5.0 (Linux; U; Android 9.0.0; en-us; TIVO STREAM 4K Build/KOT49H) Roku Express RokuOS/3.0.0|Roku 3930X|STB|RokuOS 9.4.0 4200

Game Consoles User Agents

Sony PlayStation 5 Mozilla/5.0 (PlayStation; PlayStation 5/2.26) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Safari/605.1.15 Nintendo Switch Mozilla/5.0 (Nintendo Switch; WifiWebAuthApplet) AppleWebKit/601.6 (KHTML, like Gecko) NF/4.0.0.5.10 NintendoBrowser/5.1.0.13343 XBOX One S Mozilla/5.0 (Windows NT 10.0; Win64; x64; XBOX_ONE_ED) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393 XBOX One Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 Nvidia Shield Mozilla/5.0 (Linux; Android 5.1; SHIELD Build/LMY47N; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.97 Mobile Safari/537.36

Bots and Crawlers User Agents

Google bot Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; + http://www.google.com/bot.html ) Chrome/92.0.4515.119 Safari/537.36 Bing bot Mozilla/5.0 (compatible; bingbot/2.0; + http://www.bing.com/bingbot.htm ) Baiduspider Mozilla/5.0 (compatible; Baiduspider-render/2.0; + http://www.baidu.com/search/spider.html )

Wristwatch User Agents

Apple Watch SE Mozilla/5.0 (Apple Watch5,9; CPU Apple Watch WatchOS like Mac OS X; WatchApp Samsung Galaxy Watch Active2 (44mm) Mozilla/5.0 (Linux; Android 9; SM-R825F Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.119 Mobile Safari/537.36 Huawei Watch 2 Mozilla/5.0 (Linux; Android 8.1; LEO-DLXXE Build/HONORLRA-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 HuaweiBrowser/9.1.1.308 Mobile Safari/537.36

  • Latest iOS versions:
  • Latest user agents:

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Changing Safari Default User Agent

I am pretty new to Mac so be easy.

The website used by the company I work for only runs smoothly with IE. If I don't use IE the pages are jumbled, but if I change the user agent on Safari to IE it works correctly. How can I set it up so that the default user agent when Safari opens a new window or tab will IE. It is annoying to have to constantly change the user agent every time I open a new window or tab when doing work from home.

MacBook Pro

Posted on Jan 24, 2019 10:50 AM

Similar questions

  • User Agent Problem My MacBookAir OS 11.5 defaults to using a Mozilla User Agent in Safari. This causes problems opening many websites. I can select Safari as the User Agent in the Develop window, but the default Mozilla selection is reselected every time I open a new page. How can I change the default User Agent permanently? 452 1
  • Post Monterrey, Safari home page is different Since installing Monterrey (OS 12.6.1) the Safari homepage has "favorites" and "reading List" on it along with a different background. I'd like to have just a search engine, eg., Google, come up when Safari's home page is opened. Here's a picture of what it looks like after Monterrey. Thank you. 199 2
  • In Safari how do I set my cursor to be in the URL bar, not the search engine I am updating the information posted by JNM554 here https://discussions.apple.com/thread/250316292?login=true The default behaviour of Safari when opening a new tab or window is to position your cursor in the search_engine_of_your choice search box. This frustrated me if I know the URL I am after. e.g. I am using google as my search engine, but I know ebay.co.uk is the URL I want, the default behaviour in Safari is to position my cursor in the google search box, not the top search bar. It is easy to fix this, open safari preferences In the general tab change the "New tabs open with:" from Homepage to "Empty Page" Do the same for the "New windows open with:" if that is your desire. I hope this helps others. 934 1

Loading page content

Page content loaded

dominic23

Jan 24, 2019 12:06 PM in response to whoknowsjimbo

I haven't seen any preference option that will enable IE as default when you open a new window.

    Download Safari Technology Preview(STP) and try as a test.

    Safari Technology Preview is a self standing developer version of Safari with some advanced features.

    Bookmarks will be automatically imported.

    After testing, you can remove it from Applications folder if you wish. 

    https://developer.apple.com/safari/technology-preview/

Change the User Agent.

STP will be running concurrently.

Switch to STP when you need it.

iphone 12 safari user agent

Jan 24, 2019 11:36 AM in response to whoknowsjimbo

Using IE user agent may be easier even with the annoyance.

Have you thought of installing Windows on your Mac?

Then you have to switch between Macintosh HD /macOS and Windows/ Boot Camp partition.

Boot Camp - Official Apple Support

Jan 24, 2019 11:44 AM in response to dominic23

Using the IE user agent is the better option. But why can't I just make it the default user agent?

I want to keep Windows as far away from me as possible. Not to mention I really don't want to spend the money on buying windows just to get rid of this annoyance.

Jan 24, 2019 1:31 PM in response to dominic23

I'll see if that has different settings I can mess around with. Thank you! That solves some of the annoyance if it was just opened as an IE until a new tab gets opened when I click on something still have to change the user agent again for that specific tab. Unless of course STP has some different/additional settings.

Jan 24, 2019 1:51 PM in response to dominic23

Right. Just when I'm in STP and click a link that opens a new tab that tab will as well need to be IE so I will have to go to Develop>User Agent> IE again for that tab. I'm trying to eliminate the need to do that when clicking a link opens a new tab.

Jan 24, 2019 1:41 PM in response to whoknowsjimbo

Don't close the window or quit STP.

Leave it open, when you need it switch to STP.

Once you close the window or quit STP, it will change to "Default Automatically Chosen".

IMAGES

  1. How to Change User Agent in Safari

    iphone 12 safari user agent

  2. How to Change User Agent in Safari

    iphone 12 safari user agent

  3. Assigning keyboard shortcut to iOS User Agent in Safari's develop menu

    iphone 12 safari user agent

  4. Viewing the source code for a webpage under Safari and changing the

    iphone 12 safari user agent

  5. How to Change User Agent in Safari

    iphone 12 safari user agent

  6. iPhone 12: How to Show/Hide The Safari Toolbar

    iphone 12 safari user agent

VIDEO

  1. iPhone XR convert to 12 Pro  red colour convert to white colour  iPhone colour change converter 

  2. How to Clear Safari History on iPhone (2 Methods)

  3. Tata SAFARI DARK Edition user experience malayalam #tata #tatasafari #tatasafaridarkedition

  4. Down payment അല്ല- വെറും 1.5 ലക്ഷം രൂപക്ക് Good Quality Tata Safari സ്വന്തം ആക്കാം

  5. Изменение User Agent в популярных браузерах

  6. iOS 17.4: Every New Feature

COMMENTS

  1. What are the latest user agents for Safari?

    The latest user agents for Safari. Apple's Safari web browser runs on mobile devices (iPhones, iPads and iPod Touches) and macOS computers. Depending on which platform you're using (or want to pretend you're using!) the user agent will be a bit different. Here we have the latest user agents for Safari on mobile and computer platforms.

  2. iOS 15

    User agent Browser Hardware; Mozilla/5.0 (iPad; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Version/15. Safari/605.1.15 AlohaBrowser/3.2.6 ... Mobile Safari: iPhone: Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/1.0.7.0 Mobile/15E148 Safari/605.1:

  3. Apple iPhone 12

    Latest Apple iPhone 12 user agents: Apple iPhone 12. Launch: 2020, October 13. Network: GSM / CDMA / HSPA / EVDO / LTE / 5G. OS: iOS 14.1, up to iOS 15.6, planned upgrade to iOS 16. ... User agent Platforms Browser; com.google.GoogleMobile/149.1 iPhone/14.3 hw/iPhone13_2: iOS 14: Google Search App:

  4. How to Change User Agent in Safari

    Alternatively, you can just open the Safari app and then hit the hotkey Command + comma (,) to bring up Safari Preferences. Go to the Advanced tab from the General tab. The Safari Preferences menu Advanced tab. At the bottom of the Advanced tab, checkmark the checkbox for the setting Show Develop menu in menu bar. 2.

  5. iOS 12

    User agent Browser Hardware; com.google.GoogleMobile/160. iPod_touch/12.5.3 hw/iPod7_1 ... Mozilla/5.0 (iPad; CPU iPhone OS 12_5_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Version/12.5.5 Safari/605.1.15 AlohaBrowser/3.1.0 ... Mozilla/5.0 (iPad; CPU iPhone OS 12_5_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like ...

  6. Safari 12 on iOS 12 User Agent

    A Safari web-browser user agent, version 12. It's running on a mobile. The mobile is running iOS 12. A page for a Safari 12 on iOS 12 user agent. WhatIsMyBrowser Developers. API; ... Mozilla/5.0 (iPod; CPU iPhone OS 12_0 like macOS) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/12. Mobile/14A5335d Safari/602.1.50. Safari 12 on iOS 12. Apple ...

  7. List of User-Agent strings 2021

    Updated for 2021 — a list of User Agent strings for the most popular devices in use today. Including Android, iPhone, Windows, tablets, desktops, bots & crawlers, games consoles and more. NEW LIST: List of User-Agent strings. The User-Agent (UA) string is contained in the HTTP headers and is intended to identify devices requesting online content.

  8. Parse a user agent

    Parse any user agent, use our API or browse our huge list of user agents. ... We'll show you what the user agent means; whether it's a popular system like Safari on iPad, Chrome on Windows, whether it's a search engine spider bot or security analysing tool. ... Apple iPhone 12 (60,350) Google Pixel (58,588) Google Pixel 5 (53,921) Samsung SM ...

  9. The Latest and Most Common User Agents List (Updated Weekly)

    The most common useragents list is a list of useragents that were observed accessing a set of sites in a given period of time. If you need to scrape a large number of pages and want your scraping requests to 'blend in', you can likely safely use this list in rotation to be successful. The latest useragents list is a list of the absolute latest ...

  10. Is there a way to change an iPhone's User-Agent string?

    I've been getting page errors on a variety of sites when using both safari and edge browsers. This one came from my school account when I was trying to open a different page and was dumped out: • ... It's not possible to change your user agent string on iPhone. The user agent string you provided is the standard string that an iPhone uses ...

  11. What are the latest user agents for iOS?

    The latest user agents for web browsers on iOS. iOS is Apple's Operating System for iPhones, iPads and iPod Touches. Here you can find the latest user agents for some of the most popular web browsers which run on iOS: Starting with Apple's own web browser: Safari, we've also got user agents for other browsers like Chrome and Firefox.

  12. Safari User Agent Strings

    Safari: Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_9 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1. ... Showing 50 user agents belonging to Safari. The user-agent request header is set by the browser and sent as part of a HTTP request.

  13. iOS 17

    User agent Browser Hardware; Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17. Mobile/15E148 Safari/604.1

  14. Safari 12 on iOS 12 User Agent

    A Safari web-browser user agent, version 12. It's running on a mobile. The mobile is running iOS 12. A page for a Safari 12 on iOS 12 user agent. ... Mozilla/5.0 (iPhone Xi; CPU iPhone OS 12_0_0 like Mac OS 10.11) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/12.. Mobile/15A372 Safari/604.5.6. Safari 12 on iOS 12.

  15. Is there a web browser for iOS that will allow me to change the user agent?

    Asked 12 years, 2 months ago. Modified 1 year, 8 months ago. Viewed 54k times 7 I am using iOS 5 on an iPad and I'd like to be able to change the user agent. ... This will present a 'Mac' Safari user-agent. Share. Improve this answer. Follow answered Jul 21, 2022 at 17:17. alec alec. 123 1 1 silver badge 3 3 bronze badges. 1. 1.

  16. User-Agent

    The User-Agent request header is a characteristic string that lets servers and network peers identify the application, operating system, vendor, and/or version of the requesting user agent. ... the user agent string is mobile Safari's version. ... Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko ...

  17. How to Activate User Agent Switcher in Safari

    Click to select the check box labeled Show Develop Menu in Menu Bar. The cursor is pointing to it in this figure. The Develop menu option is added to the top menu bar. If you don't see the menu at the top of the Safari web browser, be sure to select the Show Menu Bar option from the general menu. When this option is selected, the name changes ...

  18. Apple iPhone 12 Pro Max

    Apple iPhone 12 Pro Max. Launch: 2020, October 13. Network: GSM / CDMA / HSPA / EVDO / LTE / 5G. OS: iOS 14.1, up to iOS 15.6, planned upgrade to iOS 16.

  19. iOS: Change the User Agent in Safari Without Jailbreak

    Connect your device to the computer using the USB cable. iBackupBot should detect the device. Select the latest backup you have on the left side. Expand " User App Files " > " com.apple.mobilesafari " > " Library " > " Preferences ". Open the " com.apple.mobilesafari.plist " file. Click " Cancel " on the dialog that ...

  20. user agent in safari to iphone

    But with iPhone's it shows original mobile website. The user agent for iPhone 3 is as follows: Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16. answered Aug 2, 2010 at 19:27.

  21. GitHub

    Contribute to CatAnnaDev/User_Agent development by creating an account on GitHub. user agent list 2021 / 2022 . Contribute to CatAnnaDev/User_Agent development by creating an account on GitHub. ... Apple iPhone 12 Pro (Safari) Mozilla/5.0 (iPhone13,3; U; CPU iPhone OS 14_0 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10. ...

  22. iOS

    User agent Browser Hardware; Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/124..6367.68 Mobile/15E148 Safari/604.1: Chrome Mobile iOS 124: iPhone: Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) nytios/10.49. ... Mozilla/5.0 (iPhone; CPU ...

  23. Changing Safari Default User Agent

    Post Monterrey, Safari home page is different Since installing Monterrey (OS 12.6.1) the Safari homepage has "favorites" and "reading List" on it along with a different background. I'd like to have just a search engine, eg., Google, come up when Safari's home page is opened. Here's a picture of what it looks like after Monterrey. Thank you.