As if they needed to check for ““compatibility”” at all - just let the users try their makeshift coded-in-a-weekend browsers, or their 2008 version of IE.
The better question is why some websites even bother checking for the browser when the vast majority of people uses mainstream options that follow web standards and self-update.
Checking the browser version kind of made sense 15 years ago when updating the browser depended on the user’s awareness and willingness of doing so, and the lack of standards across browsers was blatant. Nowadays that’s pretty much useless. The maximum these sites should be doing is displaying a banner letting the user know their browser might be incompatible (because it’s likely not in a way that prevents usage), then fuck off.
I had a client once who used to be obsessed with this. By his logic, if a potential customer visited the website and had a bad experience because the site didn’t work properly in their browser, they’d think the company was unprofessional and wouldn’t come into the store and we’d lose them as a customer forever. Analytics showed that 99+% of people would visit in one of the big three, and he wouldn’t pay for someone to test the site on the less popular browsers, instead he insisted on fingerprinting logic that broke all the time and probably caused more bounces than any possible rendering quirks from niche mobile browsers would have caused
It’s ridiculous some people even consider blocking a browser completely and having a near 100% chance of turning away the customer that uses it instead of just letting the user browse and have a significant chance of nothing bad happening.
People are not going to change browsers to visit this website unless they absolutely have to - in which case they’ll hate this company for it.
Oh my god, you get it. Thank you for your continued existence. Keep going!
Checking the browser almost never makes sense these days.
Sites should be using feature detection instead. Rather than checking the browser version, instead check if the browser supports the features they require.
It’s more practical though, from a more general UX perspective where the U is often a non technical person. If you throw a “ur browser doesn’t support webserial(or whatever)” message up on the screen, you’re just gonna confuse tons of users who won’t even know what the hell you’re talking about. Easier (for everyone) to tell them to just use what you know works.
The message doesn’t have to be technical and can still mention browsers - just say “your browser isn’t compatible with this site. Try updating it or switch to Chrome or Edge”. The idea is just that if someone with a non-Chrome and non-Edge browser tries to load the page and it supports the feature, they won’t see the message.
Time for OP to install a User Agent Switcher plugin
🍻here’s to all the developers out there who makes sure there site works great not only with Firefox, but also with ublock origin and piholes!
It is always shocking to me how many sites or apps completely fail to load if you dare block google analytics!
I don’t know, works on my browser.
-Devs, probably.
“We’re a very inaccessible and hostile webpage. Turn back now.”
Abandon all hope ye who enter here
Limited time to build something so you have to pick based on a couple factors, often largest % of users.
If it’s a website which only works with a specific browser, it’s a shitsite.
At that point it’s not even a website. It’s just content for the app. Calling it a website is like calling my Minecraft base a website.
cheap. easy to admin.
Well good thing my employer runs a script every 15 min to set the default browser to Edge.
They probably get better metrics off of you running corporate logins and edge. Edge is equivalent to Chrome It supports all the same plugins.
It’s probably just secops picking the low hanging fruit dissuade you subverting network security.
Edge is built upon chromium
When I say that Edge is equivalent to Chrome, I don’t mean that Edge is exactly Chrome It’s not what I said and it’s not what I meant. I mean that for all intents and purposes you can use edge for anything you want to use Chrome for. Major differentiation is that you’re giving all of your data to Microsoft in lieu of Google. And you could look at all the other chromium base browsers and say yeah you could do the same thing with those but in this case we have a business user. There’s businesses are probably already running Microsoft networks. They might very well already have Microsoft SSO. Edge is going to have all kinds of great tie-ins to active directory policy. So secops/it is going to try to force you to use Edge, instead of say Firefox with a barely have any control over or maybe brave where you’re going to try TOR or IPFS and just basically be a stain on their HIDS board.
Edge is equivalent to Chrome It supports all the same plugins.
What’s this then?
Jesus man I just explained it to you. Welcome to my block list
Ah I see Mr I’m never wrong
run a script to set the default browser back to chrome just after it changes, using some timer estimation magic also… try taskkill
Jeez, imagine.
Spoofed user agent goes brrrr
deleted by creator
Firefox is less sketchy, and is one of the last browsers left that isn’t based on Chromium. Just saying.
deleted by creator
what’s sketchy about Firefox?
This video explains pretty well how Firefox is turning worse on the privacy aspect of things.
deleted by creator
bravevivaldi!only if you have to use chromium of course!<
It used to be the same way with Internet Explorer.
Chrome implements features that aren’t standards track into their browser, and lazy/oblivious devs use these features to build their products - only to realize wayyy too late it won’t work in Safari/Firefox because it uses APIs that are chrome only
Firefox still has no month or week inputs. These things have been standardized 10 years ago and implemented in Chrome as of version 20.
deleted by creator
Probably the reason it was never implemented is that it’s barely an inconvenience. The input just fallback into a text field.
That input sucks, ui design and its not intuitive at all. Its more frustrating that I can’t just type dates in
That input sucks, ui design
I have no clue what you’re trying to tell me with that.
I wonder if it would work if you spoofed your user agent.
it almost always does, lol
Standardization is nice for people who make sites and people who use them.
Which is why we have HTML5, CSS3, and JavaScript, supported by all major browsers.
Unless you’re doing something outrageously non-standard, there is no reason to block specific browsers.
Except for politics.
These terms are absolutely meaningless. Browsers like all Chromium forks and Firefox add new CSS, HTML and JS features on a almost monthly basis. Safari then usually is takes a year more to implement them. And for the past few years Chrome has usually been adding new stuff the fastest, then Firefox a bit later and then Apple adds them after a year, but only if they don’t threaten the native Apps on iOS because of AppStore money.
Web standards keep evolving, this is normal. Otherwise you would be still running Adobe Flash.
deleted by creator
Ads and tracking ? Browser with the largest market share ? Well, we are back to IE6 monopoly. :(
deleted by creator
deleted by creator
deleted by creator
If it truly is only an hour of someone’s time, then I’d much rather they made that insignificant amount less profit, but did the work to make our experience better.
deleted by creator
On the other hand, if it works in Firefox, it’s likely to work everywhere else.
I use Firefox for development and then, barring some weird chrome bug, things just work everywhere.
deleted by creator