this post was submitted on 13 Jul 2025
184 points (96.0% liked)

Firefox

20329 readers
323 users here now

/c/firefox

A place to discuss the news and latest developments on the open-source browser Firefox.


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 day ago (1 children)

The user agent tells the page what the browser is, so the page can tell whether you're runnit Chrome, Firefox, Safari, etc. The intent is for the page to change behavior depending on the browser since each have different capabilities (web standards change quickly). Unfortunately, pages rarely get updated in a timely fashion when browsers implement web standards so the engine check is frequently inaccurate.

Changing the user agent means changing what web pages think you're running. If a page uses an optimized API on Chrome and a slower one on Firefox because Firefox was slower to implement it, then you can get a speedup by saying your Firefox is Chrome. Some pages refuse to run unless it's a specific browser, so lying can make those pages work.

I hope that makes sense.

[–] [email protected] 1 points 1 day ago (1 children)
[–] [email protected] 4 points 1 day ago (1 children)

There's add-ons in Firefox for it

[–] [email protected] 2 points 1 day ago* (last edited 1 day ago)

Yup, look for "user agent switcher." This isn't something you should try to DIY in the settings, because user agents are complex and a small deviation can mean looking like Chrome or being unintelligible.