Let's be honest: Everything that might be "worse" or "annoying" in Firefox for someone is not relevant in comparison to "no working adblocker available". A browser without adblock is unusable
True, but if an adblocker no longer works on a specific browser, change your browser! I started using Netscape back in '94, and lost count on how many browsers I've tested and used in the past... Holy shit, 30+ years!!
It doesn’t sound right but it is. I think in ‘94 I was using Juno for email and internet. Shortly after that it was time to actually use one of the many AOL trial discs for service instead of a mini frisbee/ninja star.
Modem sounds, chat rooms, you’ve got mail. What a time to live!
Fuck. I got free internet for almost 5 years. So many AOL discs. 01, 02? Friend's dad had a T1 connection put into their house for his work. The difference between T1 and the 56k I had at home? At home walk out the room, have a smoke, maybe ⅔ a boob loaded. At buddy's house, that's when I realised that the internet had the potential to change everything. Whole boob before you could even stand up.
Kids these days. No appreciation for how much struggle it used to be. Everything just. Just there. No bork the only computer in the house because boob.exe.
In the past 10 years it's pretty much just been Firefox, Safari, Explorer/Edge, and Chrome. 99% of browsers are just skinned Chrome. Even Edge now. Opera's engine died in 2013.
Man I haven’t been around that long but I feel like some of my knowledge is outdated and I have to start with “a long time ago in a galaxy far far away” because I stopped paying attention
I haven't actually found anything that doesn't work on Firefox on my personal computer. At work we also use Firefox, and some things don't work on it, but some things don't work on chrome or edge either, it's a hodge poge.
Avoid Gecko-based browsers like Firefox as they're currently much more vulnerable to exploitation and inherently add a huge amount of attack surface. Gecko doesn't have a WebView implementation (GeckoView is not a WebView implementation), so it has to be used alongside the Chromium-based WebView rather than instead of Chromium, which means having the remote attack surface of two separate browser engines instead of only one. Firefox / Gecko also bypass or cripple a fair bit of the upstream and GrapheneOS hardening work for apps. Worst of all, Firefox does not have internal sandboxing on Android. This is despite the fact that Chromium semantic sandbox layer on Android is implemented via the OS isolatedProcess feature, which is a very easy to use boolean property for app service processes to provide strong isolation with only the ability to communicate with the app running them via the standard service API. Even in the desktop version, Firefox's sandbox is still substantially weaker (especially on Linux) and lacks full support for isolating sites from each other rather than only containing content as a whole. The sandbox has been gradually improving on the desktop but it isn't happening for their Android browser yet.