this post was submitted on 21 Nov 2023
1550 points (99.1% liked)
Technology
59377 readers
5739 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
"They're the same picture."
Also, that does not explain why:
Now, if only we knew who made Chrome and YouTube... The mind boggles.
What do you mean by change user agent to chrome? Asking 4 a friend
For a specific how to, there's a bunch of firefox addons that do it, but the mozilla recommended one is this
https://addons.mozilla.org/en-US/firefox/addon/user-agent-string-switcher/
It's super easy to use, just open it and it gives a bunch of options.
This is my current (fake) user agent;
With two or three clicks, this is my new (fake) user agent;
A few more clicks;
And finally;
Now, that last one is making it look like I'm using internet explorer... Youtube videos will not load with that last one active. Claims my browser is too old and not supported.
I don't know why they all start with Mozilla/5.0 but the apparently a lot of websites will block your requests if you don't have it (or a valid browser strings like it?)
Almost all user agent strings start with that Mozilla prefix because Mozilla made the first browser with "fancy" features, so in the early internet many websites checked for that string to determine if they should serve the nice website or the stripped down version. Later when other browsers added the features, that also had to add that to their user string so users would get the right site. Which just cemented the practice.