Google Chrome disables uBlock Origin for some in Manifest v3 rollout
-
Chrome? A browser that's easily replaceable with any other browser? Huh... Didn't see that one coming.
/S
-
just a quick gpt comparison for people wondering
The fundamental differences between Firefox and Waterfox are as follows:
- Philosophy & Development
Firefox is developed by Mozilla and follows a mainstream development cycle with frequent updates, strong security policies, and telemetry (data collection).
Waterfox is a fork of Firefox designed for privacy-conscious users, removing telemetry and data collection while maintaining compatibility with legacy Firefox features.
- Privacy & Telemetry
Firefox collects telemetry by default, though users can disable it.
Waterfox removes Mozilla's telemetry entirely and disables other tracking features by default.
- Extension Support
Firefox only supports modern WebExtensions, dropping support for older XUL/XPCOM extensions since Firefox Quantum (version 57).
Waterfox retains support for legacy extensions, making it a preferred choice for users who rely on older add-ons.
- Update Frequency
Firefox follows a rapid release schedule, often updating every 4-6 weeks.
Waterfox updates more slowly, incorporating Firefox’s latest security patches but lagging behind in feature adoption.
- Performance & Resource Usage
Firefox is optimized for modern hardware and multi-core processing, often outperforming forks in speed and efficiency.
Waterfox may use more memory due to its legacy support but offers some performance tweaks.
- Default Services & Features
Firefox integrates with Mozilla services like Pocket, Sync, and its VPN.
Waterfox removes these integrations to minimize data-sharing concerns.
In summary, Firefox is better for users who want the latest security, performance, and mainstream web compatibility, while Waterfox is ideal for those prioritizing privacy and legacy extension support.
-
This comment made me look into if KDE has one and apparently they do it even has built in ad blocking.
Off to compile for 3 hours. /j
-
Is that Falkon? I'd use it if it could integrate with bitwarden.
-
I'm one of those complaining about the UI. Used the TabMixPlus extension to adjust the UI to my liking. FF killed it. So, I started customizing the UI CSS. Every few versions, Mozilla changed the browser enough to invalidate my changes. After a while, I got tired of thiz and switched to Vivaldi, which is Chromium based.
-
I've liked this one lately.
-
KeePass allows offline password management, though I am not sure if it supports card/ID autofill.
Bitwarden is mainly online only, but does support card/ID autofill and allows users to self-host their data if desired.
Not overly familiar with other password managers, but it would not surprise me if one of them out there has the best of both worlds.
-
Fennec right now, switched before Ironfox was out and now switching would be painful as there is no export, so all manual...
-
thanks. I keep Firefox updated. the fact that changing the user agent gets the delay is pretty damning evidence
-
No horizontal tab grouping. Tab groups on Chrome are perfect, and the Firefox tab extensions all suck in comparison.
That said, I'm still using Firefox today because the internet is unusable without a good ad blocker.
-
I know lastpass does but they lost my trust after the breach.
-
Yeah. Zen is a bit newer and I’d say not quite as slick an experience yet, but it has come a long way in the last couple months and is getting very good
-
T [email protected] shared this topic
-
30+ years!
.....fuck off, '94 wasn't 30.... counts on fingers several times
.....Shit.....
-
Ahhh TIL
-
Meanwhile ublock origin works fine in Fennec/Firefox Android.
-
I use Palemoon for the nostalgia but also because of the best theme around, Moonscape
Netscape will forever be my number one.
-
Would you happen to know whether this is something that a UserAgent spoofer would suffice to get around?
-
Tab groups and vertical tabs are at least on Nightly now; you can enable them in settings.
-
nottheopbutok
-
Main reason I don't is cuz:
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.