> Update: As of v1.81, we host the following Manifest V2 (MV2) extensions on Brave’s backend: AdGuard, uBO, uMatrix, NoScript. These extensions operate independently from the equivalent versions that are currently present on the Chrome Web Store, and have to be downloaded separately. Users can download and enable these 4 extensions from the brave://settings/extensions/v2 page.
Mozilla is extremely friendly to content blockers, and does everything they can to make sure they are well supported as first class citizens.
That being said, agree that this is a horrible move and we are paying the consequences of it due to the huge market Chromium-browsers occupy. I'm a Firefox user as well, but it is really slow in adopting latest web features and I won't hold my breath for a shiny future, in regards Mozilla. Maybe there is a shiny future, maybe there is not.
At family gatherings, in their computers, it's all Google Chrome. No adblocks whatsoever. They got "used to" seeing ads everywhere. I personally can't. Web is literally unusable for me without it. I try my best to install adblocks in their devices. Most of the time, making them use Firefox is out of the question, as they are tied and "used to" Chrome profile sync and don't want to log in their pages once again, etc. My mom got me luckily, and I got her Brave with all branding, sponsored and crypto non-sense disabled. Otherwise, she's the perfect target for incorrectly clicking through a sponsored post in a google search, or similar popups and stuff in other websites, resulting in deceive behavior.
This is the worst of it, actually. It's not just "commercial ads". Sometimes, it's just deceiving behavior, manipulating people's opinions, and making them feel in a particular way to do god knows what.
WebKit being forced down to iOS user's throat is also that should not happen, but we as society for consented to it. We can say that this is the only thing holding Chromium to become pure havok. Although ublock is available there, is it in their "lite" format, same as Chromium. So, not the full uBlock that we should be getting...
There's also a part where we should blame ourselves as culture for letting all these things to slide without doing anything for it. Microsoft got sued by the US in 2001 for an antitrust case for leveraging Internet Explorer through their Windows monopoly in PC market. We have it so much worse today, and no one seems to bat an eye. I know things are far more complex compared to the past, but hey, due to it, we should have more strict systems in place to prevent these anti-people behavior.
Ladybird is a welcome addition to the scene. Hopefully something beautiful comes out of them in the next couple of years.
They don't boil you fast, because they can't: you would balk at that.
In other words, taken together, they do all they can to boil you on that issue and kill ad-blockers.
Yesterday I wanted to get a brave search api key on the free tier and they require a credit card even for that. That pissed me off a bit but still gonna test the browser a little bit more. Firefox is really pissing me off and I don't want to keep using it forever just because there is no other browser engine. Can't wait for Ladybird to become usable.
But its obvious that these guys are semi shady and they will show sooner or later. I liked chrome derviates and used them over a decade. I got tired of feeling forced to switch after vivaldi/brave so I went the firefox way last year.
The circle is completed.
i dont know, firefox is very buggy and unstable, crashes or just log me out of everything every few weeks, we dont really have great choices, wishful thinking, but i hope brave straightened up
Does Mozilla have a contract with Google to not build one in as part of the search contract?
https://developer.apple.com/app-store/review/guidelines/#per...
They could also launch an alternative browser engine for iOS and iPadOS in the EU.
That's incorrect, and Firefox doesn't blame Apple for this. Many 3rd-party iOS browsers do ad blocking natively and/or via extensions. https://orionbrowser.com/platforms/ios
https://www.firefox.com/en-US/mobile/focus/
The only thing I use Firefox on iOS for *is* its ad blocker.
This Firefox Focus on iOS does effectively block adds on a recipe site unlike plain Firefox. I just did a cursory head to head test on the same recipe site url.
Thank you for sharing this!
If free computing and user control are a priority for you, consider switching to GrapheneOS. You get better security than iOS, a UI/UX that does not assume you are mildly retarded, and full freedom to run any program from any source, including IronFox (a hardened Firefox fork).
[0]: https://support.brave.app/hc/en-us/articles/10742158329613-W...
Yup, huge red flag. Non-profit is the long-term way to go.
So will be interesting to see how many other browsers actually do keep this support alive.
That last one was the killer difference for me. Firefox wants me to be able to see (at least part of) the title of each tab, even if that means I can't see all my tabs at once. I want to see all of my tabs at once, and I don't care if I can see the title - the favicon is enough.
I did try configuring Firefox to let me shrink the tabs more, and even tried messing with its GTK configuration, but no luck.
So I do feel a bit bad for using Brave instead of Firefox, but after months of dealing with Firefox's UI I lost patience.
This can be changed via chrome/userChrome.css.
Mine is:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.tabbrowser-tab {
min-width: 3em !important;
clip-width: 3em !important;
}
[uidensity="compact"]:root {
--tab-min-height: 30px !important;
--newtab-margin: -3px 0 -3px -3px !important;
}
.tabbrowser-tab {
max-height: var(--tab-min-height) !important;
}
.tabs-newtab-button{
margin: var(--newtab-margin) !important;
}While I cannot be sure, I assume that is the cause of the general slowdown I experience as well.
Restarting Firefox will fix free up the memory & fix the slowness. I do still use it as my primary browser despite these issues.
And the devtools are nowhere near comparable to Chrome's, although I admit this might be a matter of personal experience.