> At browser launch, Firefox will wait for uBO to be up and ready before network requests are fired from already opened tab(s). > This is not the case with Chromium-based browsers, i.e. tracker/advertisement payloads may find their way into already opened tabs before uBO is up and ready in Chromium-based browsers, while these are properly filtered in Firefox. > Reliably blocking at browser launch is especially import…
Either I'm understanding it wrong or you're way overestimating this issue. Unless you close and open your browser between every single website you visit, this impact is probably negligible. Most people don't even close their browser windows ever between computer restarts.
uBlock Origin works best on Firefox
381–390 of 523 posts
Re: uBlock Origin works best on Firefox
#382I've been a daily user and advocate of Firefox since Opera changed to using Chromium. But recently I've grown tired of their privacy hypocrisy and company decisions that I've uninstalled it and started to try out Edge/Brave/Vivaldi as my daily. It has pained me to do this as FF was my last safe haven away from Chromium. If you dig into some settings and follow tech news, I have begun to question some of Mozilla's con…
Re: uBlock Origin works best on Firefox
#383Slightly off-topic, but it was Firefox's Total Cookie Protection recently that finally got to me to switch from Chrome as my daily driver. Don't get me wrong, I miss Chrome as it just felt like a_smoother_ user experience, and I fear for Firefox replaying Opera's history given that the rest of the industry has standardized on Chromium... but I love how pro-privacy Firefox is.
I always have the opposite idea, Chrome is a total mess for me when it comes to UX. Probably just what you are used to first.
Re: uBlock Origin works best on Firefox
#384Earlier quoted context omitted.
You'd loose all that performance gain to ads anyway. I'm truly shocked how horrible the experience is whenever I see someone browsing the web without it.
It's absolutely wild, I have Chrome Canary installed w/o any addons because of some bleeding edge WebBluetooth stuff I'm working on and occasionally I'll forget which browser I'm using and visit a site with it. The web without adblock is basically unusable, it's legitimately completely insane that people will put up with it.
Sorry for the rant.
Re: uBlock Origin works best on Firefox
#385Earlier quoted context omitted.
Funny, I see the possible future differently. I am inclined to predict that the option to use ad blockers may come to an end because browsers and other software financed with online ad-derived revenue have full control over what extensions users are allowed to run. They have full control over that system for extending the functionality of their software. Whereas the system for supplying software with IP addresses sho…
It's ironic that the browser that presents the biggest red flag for removing user control of DNS is Firefox, with their push for DNS over HTTPS. It's true that you can turn it off (for now), but until Firefox baked DoH in, DNS was a sacrosanct user control switch mostly unimpeachable by corporate meddling.
Re: uBlock Origin works best on Firefox
#386Earlier quoted context omitted.
Keep in mind that on iOS you have no browser options AT ALL. You get Safari or skinned Safari. Per the Apple app store rules, no one may publish a browser or javascript engine and any app that browses the web MUST use safari's webkit. This is by design so that web feels very bad on iOS compared to native apps, so you'll keep using native apps and Apple will get their 30% of whatever you buy in app.
> This is by design so that web feels very bad on iOS The reason is because the WebKit engine on iOS is heavily optimized for battery life and can make use of private APIs that further that goal. Safari and Chrome are essentially the same engine under the hood, the web wouldn't "feel" better if you had one over the other.
Re: uBlock Origin works best on Firefox
#387I've been a daily user and advocate of Firefox since Opera changed to using Chromium. But recently I've grown tired of their privacy hypocrisy and company decisions that I've uninstalled it and started to try out Edge/Brave/Vivaldi as my daily. It has pained me to do this as FF was my last safe haven away from Chromium. If you dig into some settings and follow tech news, I have begun to question some of Mozilla's con…
Yeah that's all true maybe but the other vendors are far worse AFAIK.
Re: uBlock Origin works best on Firefox
#388Earlier quoted context omitted.
Funny, I see the possible future differently. I am inclined to predict that the option to use ad blockers may come to an end because browsers and other software financed with online ad-derived revenue have full control over what extensions users are allowed to run. They have full control over that system for extending the functionality of their software. Whereas the system for supplying software with IP addresses sho…
If a browser bans ad-blockers and people start to fiddle with DNS, wouldn't it be easy for a browser to use it's own DNS system? If a browser turns hostile there is nothing you can do.
"... there is nothing you can do."
I am typing this comment through a text-only browser. HTTP requests, with a bare minimum of HTTP headers, are being sent from a proxy I control, not the browser. Yet the comment looks no different than any other comment. It works. I have freedom to choose whatever software I want to make HTTP requests.
I try to avoid any software (not just browsers) that access the internet and bypasses the system DNS settings. The word "hostile" is a good choice of words I think to describe such programs.
Re: uBlock Origin works best on Firefox
#389Earlier quoted context omitted.
I always have the opposite idea, Chrome is a total mess for me when it comes to UX. Probably just what you are used to first.
I disagree. I’ve been using Firefox as my primary browser for at least 3 years now and still, whenever I have to fire up Chrome for some reason, my first impression is “ahh, this is sadly still so much smoother.”
Re: uBlock Origin works best on Firefox
#390> The Firefox version of uBO makes use of WebAssembly code for core filtering code paths. This is not the case with Chromium-based browsers because this would require an extra permission in the extension manifest which could cause friction when publishing the extension in the Chrome Web Store. Anyone know what this extra permission is and why requesting this extra permission would cause friction?
My guess is that it’s much harder to review WASM bytecode to make sure it doesn’t do anything sketchy.