Not really. UBlock Origin Lite works really well. They even added content scripts recently. From a technical perspective MV3 offers more security by default.
The following filter options can't be translated into DNR rules:
strict1p, strict3p: whether a network request is same-origin as its initiator
Entity-based values for domain= filter option (webextensions #394)
redirect-rule=: the DNR API does not support redirect-if-blocked concept (webextensions #493)
Click-to-load embedded contexts through redirect=click2load.html filter option
Regex-based removeparam= modifier filter options
Exceptions for all modifier filter options are not possible
Workarounds exist for removeparam= and csp= by carefully tuning the priority property.
Many very useful regex-based filters used in uBO are not allowed, or are rejected by the DNR API (webextensions #344)
replace=, can't modify the response body (full support is only possible with Firefox MV2)
ipaddress=, can't use IP address as a condition to block/unblock (full support is only possible with Firefox MV2)
urlskip=, this requires programmatic steps to extract a URL from another URL (partial support, for strict-blocked pages only)
aside from that it is somewhat better than default ublock but that's a pretty big list of issues.
There's also pretty restrictive length limits on filter lists iirc, so ubo lite would have to select top filters at some point. This getting worse as websites add more ads or obfuscate more requiring more rules.
Some of those limitations were never supported in Chrome to begin with. MV3 still supports webRequestBlocking at the engine level but it is gated behind enterprise policy (ExtensionInstallForcelist in the Windows Registry, macOS MDM, or Linux managed policy JSON). If an extension with webRequestBlocking is installed via policy, it restores programmatic interception.
Not all users are able to do that, as not all users are (or have to be) that tech savvy. That's an exclusionary barrier towards inclusion and accesibility of security and sovereignity features.
In practice, I found it breaks sites more, lets some things through, triggers more adblock detectors, and doesn't work as well with the annoyance list.
It doesn't work on YouTube. And the maximum number of entries to block is limited.
Its not catastrophic though.
So UBO Lite is not wholly ineffective, no. It works great, mostly. Buts its definitely more of a nuisance to use, which is exactly what Google wants.
They generate memory issues (use-after-free, dangling pointers, double free(), zombie processes, uncomplete teardown, GC failures or abrupt stops, race conditions, etc.) because of their shitty isolation, and their poor service-workers and IPC architecture.
What's worse, they greatly limit the network APIs needed to active defense (DNR instead of webRequest).
I agree however that Chromium has some issues still. I have personally managed to crash my browser when calling the Mojo APIs via JavaScript. However, it wasn't related to security. As GrapheneOS notes, no other browser engine provides the same levels of sandboxing. Recognizing the effectiveness of Chrome's sandbox, Microsoft began evolving Windows kernel access control to formalize and harden these techniques at the OS level. The upcoming Windows Updates implements this in its new ProcessContainer support.
Blaming process isolation and IPC for memory bugs like Use-After-Free and dangling pointers fundamentally confuses language-level C++ problems with OS containment architecture. Memory corruption exists across all C++ engines (Gecko, WebKit, Blink); isolation is what prevents those bugs from compromising the host OS.
Handing third-party extensions blanket permissions to inspect and modify live plaintext traffic across all tabs creates a massive MITM exfiltration surface. Moving rule matching to declarativeNetRequest enforces least privilege by executing filters in the native engine without exposing sensitive network payloads to extension code.
webRequestBlocking is not deleted in MV3. The synchronous blocking engine still exists in Chromium. If an extension is installed via local policy or the Windows Registry (ExtensionInstallForcelist), full programmatic webRequestBlocking executes in Manifest V3 just as it did in MV2.
Blaming process isolation and IPC for memory bugs like Use-After-Free and dangling pointers fundamentally confuses language-level C++ problems with OS containment architecture. Memory corruption exists across all C++ engines (Gecko, WebKit, Blink); isolation is what prevents those bugs from compromising the host OS.
Yeah, but they instead greatly compromise the browser, and the problem is that these are not as likely to happen in MV2 (i.e., Firefox).
Why? Simple:
You have a long operation running inside an extension.
Your system (or the browser itselfs) suspends or even kills the associated Service Worker.
A new one has to be created.
If the previous memory chunk goes unreferenced, then you have a double free and/or an UAF.
If the previous memory chunk doesn't get unreferenced, then you get a dangling pointer.
Either way you get a race condition if it's something concurrent.
The problem is, if an attacker and/or a malicious process do compromise that unreferenced or unallocated memory, then any and all sandboxing will be esentially irrelevant and thus vulnerated, vulnerating not only the browser (something that itself can compromise sensible information), but even the OS.
Then you have the zombie processes because the current memory model in V8 causes SWs to forcedly stop before they can do any cleanup.
MV3 is not about security at all, is about more control over your own computer and about more control over the network (that way they can let more trackers, zero-days, ads, malvertisers and even malware to pass because browser-level blockers and firewalls won't be able to block them).
Edit: MV3 is a perfect example of inverse tivoization.
Handing third-party extensions blanket permissions to inspect and modify live plaintext traffic across all tabs creates a massive MITM exfiltration surface. Moving rule matching to declarativeNetRequest enforces least privilege by executing filters in the native engine without exposing sensitive network payloads to extension code.
You're doing a false equivalence here.
It's not about blanket permission vs. almost no permissions.
You can have granular ACLs (which are being hindered by MV3), or OCap/CapSec, or even other security and permissions approaches.
They're or incompetent or malevolous, these are the only two options left when you think a bit about it.
webRequestBlocking is not deleted in MV3. The synchronous blocking engine still exists in Chromium. If an extension is installed via local policy or the Windows Registry (ExtensionInstallForcelist), full programmatic webRequestBlocking executes in Manifest V3 just as it did in MV2.
It is in practice.
Not all users are able to do that (local policy install), as not all users are (or have to be) that tech savvy. That's an exclusionary barrier towards inclusion and accesibility of security and sovereignity features.
Care to elaborate? It's actually not like chrome at all. The engine is different, it's not Google, they haven't blocked manifest v2 plugins... Other than being a web browser, how would you classify it as Chrome?
I guess they could be referring to how much money Google throws at Mozilla to keep Google Search as standard in Firefox? Still, it’s a tenuous link at best
I don't have to. Yea, it shares some backend Google services, but the rest of the browser, like the other 90% isn't Chrome. It's like comparing Windows and Mac OS and saying that they're the same because they both connect to the same Internet and that their operating systems. Just like Chrome v Firefox, they are two distinctly different products.
Some forks of Firefox are ok, but if you actually dig and look inside about:config you'll see with who it communicates, what telemetry it collects. What organisations fund it.
Just a crying shame Mozilla has turned into a commercial nightmare making them relatively poor custodians of the only free choice we have left.
Mozilla needs to die so Firefox can live.
The income stream from Firefox is plenty for a highly technical, deeply competent, widely dispersed team could work full time on the product using something like OpenCollective.
Instead what we get is prime SF real estate offices, “competitive” SF salaries and a commercial organisation that seeks weird and increasingly desperate income streams to justify looking like “real company”.
I think you mean ladybird, right?
Just FYI The core maintainer is very close to the alt right open source sphere.
Rejecting inclusivity as he deems it as too political and just rubbing shoulders with really weird guys.
There is servo though which is picking up speed lately, im following their rss for a while now. https://servo.org/
The money behind is also a lot more public and the project is more open to people. originally developed internally at mozilla it is now in the hands of the linux foundation europe.
Netsurf hasn't seen any love lately. It's still being developed on git but no releases. Same with Dillo.
Dillo rejects scripting. Makes perfect sense to me. It also rejects automatic redirects, which also makes sense but the web has already been established around that as given so it can't pass the most passive anti-bot.
The state of scripting support on Netsurf is uhm, quite interesting. Scripts can write to the page parse time (like a snowflake generator) but can't do ANYTHING after the page loaded, EXCEPT text fields and text areas. And scripts can always read but not write checkbox state. There aren't any button events, either, but if you check the state of a text field repeatedly you can do interactivity. What is also interesting is that the new way of finding elements (getElementById) is functional, but the old way (document.formName.elementName) ISN'T. So that means that basically nothing existing functions (apart from again, the snowflake generators from geocities). But you can do the old style text animations if you specifically program it to use the new method despite being old style shit. Netsurf also passes "GoAway" and the most basic setting of Anubis (the passive redirects).
Both are good enough to browse "old Lemmy", although I haven't tried to login since my instance doesn't have it and the owner ghosted me (hi @milan@discuss.tchncs.de).
There's also a half public domain half permissive (BSD) text mode browser, https://chawan.net/ . Extraordinarily good concept! However, it avoids some of the bloat by forcing bloat onto your terminal emulator and having it render images, and my terminal emulator does not bother itself with such tasks and emulates a terminal, so image heavy sites like Lemmy fucking suck on it. No, it cannot just weight different characters from some public domain font (spoiler: if converted, all of them by international conventions are public domain) by brightness and by individual pixel similarity to an actual image and then just display those. That would make too much sense. I have high hopes for it, though. Also, I find the keybinds really weird.
I have not tested Chawan's scripting support much at all, all I can say is that it's certainly better than Netsurf. And that everything I've written in the worst fucking programming language ever for Netsurf (not released yet, very soon I hope) runs on Chawan. However, they are unusable since textboxes open your preferred editor. Makes perfect sense, a browser shouldn't be a text editor. But like, that breaks my gimmick that makes it work with Netsurf, damn. Checkboxes can be written to, for once, tho no access key support. The JS is still not enough to login to Lemmy (the default bloated frontend).
This this true but if Mozilla closed it doors tomorrow there would be enough support for a team to be built to maintain it. The market share is small compared to chrome but it's still an enormous user base.
Firefox on Android has gotten quite shit as well. It just refuses to load sometimes and won't open pages until you copy and paste the url in a new tab. Extremly annoying, especially for online payments.
E: It's a known issue for a few months now. Check recent reviews on Google Play if you don't believe me. Fuck me for complaining about having issues I guess.
No, that issue definitely occurs in Firefox Android sometimes. The tab just gets stuck and does nothing. Has been happening for years, in fact, so it's not something new. Might be due to some specific settings, but I like my settings and the problem doesn't pop up too often, so eh.
Desktop Firefox also gets this sometimes, actually. The tab just doesn't load until I bash ‘enter’ on the address bar, or create a new tab. Since afaik Firefox uses its Gecko engine on both platforms, the issue could be in the engine rather than the UI.
It happens within Firefox, without rhyme or reason that I could discern. I think it's more common if I open a link from another app, then switch away from Firefox while the page loads in the background; or when returning to FF and it tries to reload a previously suspended tab. Firefox is allowed to load stuff on my phone in the background even when battery saving is on (which it always is), but I guess FF might get into a fight with the system over available memory, with the system killing one of FF's processes/threads. Wouldn't explain it happening on the desktop, though.
If this is such a percentage issue I'd there big open about it?
It happens pretty rarely for me, and I have no idea how it could be reproduced. So, I already barely ever open issues (by principle), and certainly won't report this. Idk about others — wouldn't be surprised if there's a bug about this among the many thousands of issues that Mozilla has.
Well, you don't need to be a genius to imagine a concrete site without shit. Chrome users apparently love advertisements, trackers, pop-up windows and other similar things. Well, who are we to disagree?
Not true. UBlock Origin Lite works just fine. They even recently added the ability to use content scripts so there is almost no difference between it and the original UBlock. Manifest 3 has had and still has some challenges, but you're being so hyperbolic that I can't take anything people like you say seriously. Might as well say... "I hate Chrome so much that I'll make up random lies to prove how bad it is!"
First, I don't care if they agree with me or not. It is an open source project. They said from they never intended to try to make a 1:1 extension with UBO. They clearly lay out the positives of MV3 as well, and the scripts permission feature is a relatively new addition. You or anyone can contribute or fork it you want to add something.
I have spent enough time working on MV3 to know Chromium has solved a lot of the challenges. If you want to have a technical discussion about the APIs and differences or how you might do something with MV3, then let's have the discussion. I never tried to claim MV3 is perfect.
I just have little patience for essentially non-technical cultists who go around spreading misinformation while acting like they know way more than they do. Prove it then... 99% of people like you never actually want to have a real technical discussion, because you spread your opinions based on feelings and not facts.
I‘m a semi-technical user, I don‘t want a technical discussion, I want facts I‘m able to understand. If you‘d be knowledgeable, you should be able to explain it. You didn‘t, tho. You used a lot of words, but said nothing. Why should your arrogant, but empty yapping do anything for me?
You can’t claim to be "semi-technical" while simultaneously refusing to look at technical facts and dismissing platform mechanics as "empty yapping." How a browser engine executes extensions is inherently technical. Claiming you want facts while ignoring the architecture just means you'd rather stick with an emotional narrative than understand how the software actually works.
Chrome MV2 never supported some features people claim were lost: Features like in-flight response body rewriting and pre-socket IP filtering were Firefox-exclusive APIs (filterResponseData). Chrome MV2 never had them, so MV3 did not take them away.
webRequestBlocking is not dead in MV3. Google did not delete the synchronous blocking engine from Chromium. It requires installing via policy now. If an extension is provisioned via local policy, full programmatic webRequestBlocking runs in MV3 just as it did in MV2.
Everyday ad blocking works normally. For standard Web Store installs, uBlock Origin Lite compiles the standard filter lists (EasyList, EasyPrivacy, uBO filters) into native browser rules. Banners, trackers, and video ads are blocked.
The original claim was that "Chrome users don't know what an ad-free web looks like." That is provably false. If you want to understand the issue as a "semi-technical" user, you have to separate actual browser engine mechanics from internet hyperbole.
Prove it then… 99% of people like you never actually want to have a real technical discussion, because you spread your opinions based on feelings and not facts.
This is extremely funny that you're trying to insult me, based on your feelings and not facts.
My only participation in this thread was that UBO Lite creator disagrees with you, which he publicly stated, but you felt... Offended? (No idea) - and decided to insult me rather than to deal with facts.
This is extremely funny that you’re trying to insult me, based on your feelings and not facts.
My only participation in this thread was that UBO Lite creator disagrees with you, which he publicly stated, but you felt… Offended? (No idea) - and decided to insult me rather than to deal with facts.
There is a word for people like you.
Troll.
Citing gorhill’s disclaimer that uBOL isn’t a 1:1 clone of uBO doesn’t prove Chrome is "ad-infested"—it conflates advanced power-user filtering with everyday ad blocking. Many limitation were Firefox-exclusive APIs that Chrome MV2 never supported in the first place.
Under the hood, standard filter lists compile directly into native C++ evaluation via declarativeNetRequest, while cosmetic element hiding and anti-adblock defusers run through the scripting and userScripts APIs. Furthermore, synchronous webRequestBlocking is still built into the Chromium engine for policy installs. Pointing out the architectural reality of how these APIs actually execute isn't trolling; it's addressing technical mechanics rather than hyperbole.
Yeah, pretty much this. In regards to tech, the fediverse often suffers from the average familiarity problem:
The average user barely even knows how to check their email.
My empathy for this view dies on shit that impacts you every single day of your life. At that point it's not a bit of information you just haven't needed yet - it's willful ignorance that I'm not giving you a pass on.
How long do I need to watch people crap themselves before I'm allowed to demand they learn to use a toilet?
Oh, don't get me wrong. I didn't mean that you should have empathy. Of course its their own fault for not figuring this shit out, takes 3 minutes to do. In fact, I actively mock people when ever I see them using the internet without a condom. I find thats the easiest way to get them to be interested, any time I have to use someone else machines, I go "hooooly fuck, what is all this shit? Do you have virus or something?! No? What adblocker do you use? YOU DONT?! What the fuck is the matter with you? Install ublock right away, are you insane?!" etc etc. Its quite fun to do.
That, and people don't want to be seen as the weird one, doing the "wrong" thing. So if you act like they have leprosy, they will think "huh, maybe I should take some medicine"
This is gonna be so bad because now there is only uBlock origin lite and "uBlock", if you couln't guess: the 2nd one is a scam that google never tried to remove(it's been up for some years IIRC) and i am sure that everyone will try to install this scam because they can't find the original uBlock origin (and everyone just refers to uBlock origin as uBlock which makes it worse)
the 2nd one is a scam that google never tried to remove
It's a little more complicated. uBlock was the original name, gorhil handed it off when he felt the maintenance burden became too high. Then he forked it to make his own uBlock Origin version.
At some point later uBlock was bought up by the AdBlock people, who in turn were later bought by the AdBlock Plus people.
So it's not a scam exactly, more like an inbred sideline of the royal family.
i am surprised it took this long, but i know that getting everybody using chromium, or at least webextensions, was part of the plan that had to exist first. and the path down mv3 started not long after both mozilla and microsoft were both roped-in.
The irony is that Chrome's rendering engine was a fork of WebKit, which was a fork of KHTML, a free and open source rendering engine created by KDE for Konqueror. They basically took something free, used Microsoft's "embrace, extend, extinguish" tactics on it. Now KHTML is vestigial, only found in the UserAgent string.
But we could have had a truly free open source cross platform browser with Konqueror.
Best we have now is Firefox, but the bulk of Mozilla's development funding comes from setting Google as the default search. So it is also hijackable.
I think it's the shear cost of operating a browser. I would hope Mozilla are looking to diversity there income but without ads or sales to end users I'm not sure where it can go.
I used to work in manufacturing and we made a sort of tube socket that was cadmium plated on the outside and chrome plated on the inside.
I wonder how many people got cancer plating those things. Ironically, all of the platers were in California because it was banned for new plating centers in most other states.
It's really seldom, but a few years back there was a government website that only worked with chrome or edge that I had to use. I had one the other night and found a work around. It's a rare occurrence, and usually I can avoid it, but sometimes I have to just suck it up, do the deed, and bail.
I don't design web apps but I've heard from some that do that firefox occasionally has problems with them, because it relies a lot on caching (actually they used the term "aggressive caching", with a few extra choice words).
Anyway, usually not a problem. I use edge only for work since it's the default browser and I barely do any actual browsing with it, mostly light app clients. On my own devices, it's been firefox only for years.
I think I'll be switching to librewolf at home. It can install mozilla extensions and comes with ublock origin baked in. Pulling a stunt like this is just going to drive people away from the Chrome environment. Corpos can't help but shoot themselves in the foot.
Most people I know simply don't care. They will use it because it's convenient and they don't care about the privacy dangers. I can't comprehend it myself though. Drives me up the wall.
I think most people who don't know better just think that's "the internet" and that it's the same no matter how you access it. The whole concept of browsers and extensions is just not in the realm of concern.
Funnily enough my two kids have expressed hatred of AI. It's mainly people around my age or higher that can't let any sort of convenience go even if shown the dangers.
The problem is that everyone's internet experience is very different these days. Your friends might be boring and actually have nothing in their lives that need compartmentalized/obfuscated. It's unlikely but not impossible.
The easiest way to demonstrate the problem would be when they show you something on an unprotected device you note the ads and give them shit for it. Those ads are likely targeted, and so your jabs would be targeted and personal too. Then point out that those ads are tied to THEM. Just ask every time, "have you been looking at X? Gross dude." It doesn't matter what it is. It's the point that they are uncomfortable with your guess and it's an opening to explain that, yeah it's not just those ads buddy.
Install Firefox with https://adnauseam.io/, it's basically ublock origin but internally clicks on every add destroying your adds profile and damaging economics of adds and conversion.
What does it fake about the tracking? The tracking is very real and the tool is clicking every tracking link available on the site like its life depends on it
Don't, privacy badge and adnauseam will interfere eachothers and as result you will get worst results, you are better off using a DNS level adblocker (eg: Pihole or NextDNS if you don't/can't self host) alongside uBlock/adnauseam
I've used them both for years and never noticed any sort of conflict, but I've heard that potential conflict mentioned several times with no clarification
You're saying they have some sort of app that actively blocks firefox from running on their laptop? I fortunately never worked in a company that did something like this. I would say it's more likely that the web application simply checks user agent and blocks unsupported browsers.
Yes, companies have software running on company property usually that checks what you're running and installing. I can't even get admin perms on my work machine without asking IT with a good reason. They can also see your browser history and what websites you go to, as an fyi to not browse anything that you wouldn't feel comfortable talking to your boss and HR about on a work machine.
Yeah that is also done in some places but afaik it's not legal to do so in most places without letting you know what is being monitored. It's a pain in the ass
Fuck Brave. Their CEO is a homophobic transphobe asshole who actively donates money to help take away peoples rights, they are shills for a bunch of AI and crypto BS that is inbuilt in the browser, and they at least used to steal affiliate links.
Brave has been severely disappointing not because of Brave company or the browser itself, but because it marked a point of tech illiteracy. The affiliate link insertion should have and would have in the past been enough to end them all together.
Ah, thank god I am using Zen (Firefox fork) now for 2 years already. I totally forgot about this manifest bs. Now that Chrome introduced vertical tabs I was thinking to myself "ah, I could give it a try, having less breaking things and so on". But thanks for this reminder I will gladly stay with Zen.
Firefox is main browser, on desktop and mobile, and I'm not changing that.
Still, I do have Chromium installed for very specific usages, e.g. WebXR tests, WebBT and WebUSB devices, e.g. flashing keyboard firmware, controlling Lego bricks, etc. I'd rather only have Firefox to be clear but some things are not supported, marked as not planned, and I believe using Chromium on specific Websites, not for browsing, is perfectly fine when no alternative is available.
Giving Chrome a go? Why would I? Zen has everything I need, plus Chrome does not have an ad-blocker. I also sometimes need WebUSB and such things, but well, then I'll use chrome once for that and be done with it.
I'm not saying adopt Chrome as your main browser, I'm saying if Chrome alone has unique feature you think you might need, try it there. For example that allowed me to discover https://github.com/ArcaneNibble/awawausb
Consequently if you are curious about vertical tabs, do try it, even in a container, e.g. Webtop, if you want to be extra safe. I'm not suggesting to switch.
I had some websites which didn't work in some way. Can't remember, which websites it were, just some big company websites where random buttons would just do nothing or similar. But I think it were only 2 or 3.
Other than that it's fine. Sometimes it seems like tab management is a bit weird, I once had the browser open with about 100 new tabs besides the other ones I had saved. Just had to close them and done. On my Work-Laptop I have a folder pinned in one space and the popup for it's contents is shifted down ~200px permanently for some reason. It's all manageable.
That's a web site design and architecture issue, not a browser issue. Most web sites are made for Chrome (Chromium-based) browsers, and anything based in Gecko is an afterthought, if anything.
I'd rather just not access a site if Chrome use is mandatory. LibreWolf has been fantastic for me the last 3 years or so. If I really need to access a "Chrome-exclusive" site, I use Brave, and then clear and reset everything in it in case I need it again.
First, in 2026 I think you need to fuck up pretty bad or use very special stuff in order for your website to only work on Chrome.
But of course Mozilla should behave just like every other browser (well there is basically only chromium right now) and all browsers in general should display websites in the same way. Back in the day you did choose which browser to support when you developed your website, but today you are basically just using browser standards.
Then.. there is Google. They are blowing up and poisoning the web standards so much, for their own good and just to bring technology forward. They surely could be more careful and considerate while doing this, so that Mozilla would have a chance to participate.
When will people switch away from Chrome to other browsers? I get it, Chrome sets the standards and it's hard to switch away from them, but it's necessary to ensure the survival of the Internet.
I doubt most people even know you can change it. Edge is the default browser on windows. Chromium. Chrome is the default browser on android (though I suppose Samsung has a custom browser and they're the main android device people are buying)
Brave is kinda shady with their whole cryptocurrency thing, Helium seems fine but it’s still based on Chromium. I’ve been recommending people check out Librewolf
Yeah, I've been on brave for a few years but switched to Firefox because it's a different base. I don't think it's necessary better, but if that's the way the wind is blowing on chromium browsers the it's the best option.
I cannot count how many things I had to change in settings to get the browser to just work right, I mean I appreciate them locking everything down to the nth degree but.. damn. Finally switched to waterfox, the out of the box experience is a lot friendlier.
I get the frustration. It could have a tutorial / wizard to make it easier to set and understand.
If some parts are not loading, check the top left of the address bar for some icons, by default LibreWolf blocks canvas and anything that can identify you, and you have to press on them to allow them to render the elements.
Security unfortunately implies more inconvenience, which is what companies like Google love, but if it was a lot friendlier it would probably be less safe.
I'm using Zen now. it took me a while while to get the hang of the UI. But once I did I found it to be very nice to have those spaces that I can organize for different tasks.
I’ve used Zen for about 9 months, possibly more, and have had a largely positive experience.
It has crashed a few times recently for no obvious reason but not enough to bother me. There’s probably new release version again even though I updated my Linux instance a couple of weeks ago.
firefox became bloated so switched to chrome because faster/better. back to firefox last year. too old to keep fighting ads. thinking off button will be next. yeah addons mostly work
I think it was still called Phoenix when I originally dropped it. Before it got renamed Firefox. Came back around last year after adblock stuff in chrome finally chased me away.
nobody ever seems to detail what kinda bloat they mean when they say that, i don't think they actually thought about it that deeply. nobody complains about anything specific like XUL support, for example.
In my experience, there was a period when Firefox crashed all over the place, especially under heavy load. Tabs shared the same process back then, one tab could take down whole the browser session when crashed. I vividly remember how it felt so silky when i switched to chrome. Now I am back to Firefox since 3 years. Firefox is the sexier now with all the shiny addons
Yeah Firefox was kind of a hog around 2013. I have a netbook that I've kept around since like 2014 and I remember when I first got it, it couldn't really run Firefox. Firefox would freeze up and crash. Funily enough today Firefox runs better on that 2014 netbook than chrome does.
I also had a high end gaming PC at the time and Firefox always ran fine as long as you had the reaources to run it.
I switched to Chrome back then because it ran tabs in separate processes. A tab crashing in Firefox would take the whole browser down.
The final straw for me was the plugins. Flash, Java, Acrobat, etc. Chrome kept them up to date for you. Firefox made you just through hoops, which eventually lead to a rogue site injecting crap onto my machine which took me a day to clean up. Plugins are pretty much dead now, but back then you needed them for half the web to work.
Chrome really was a great browser back then (and MS were still in the "what's wrong with Internet Explorer?" era), and it's a shame that they're now working so hard to fuck it up again.
Chrome did a bunch of things absolutely wonderfully in the beginning. Fast JavaScript engine, removed title bar (tabs on top), simple settings page, sandboxed tabs, and they made some of the functionality of the most popular Firefox extensions the default (such as the downloads bar, instead of a separate window).
It was basically a pre-modded Firefox, but supercharged. Now it's corporate slop.
It was back before enshittification of the internet, when things were better. Was just big and clunky, chrome came along and ran very fast, until last few years, they swapped places.
The transition away from Manifest V2 is a good example of how changes made by major platforms can have a huge impact on developers and users. I’m curious to see how this affects privacy-focused and specialized browser extensions over the long term.
The "Lite" version is what gorhill made to at least work with Manifest v3 as well as possible, though he does not like that he is limited to Googles filtering framework with it.
it seems to function ok. there are some additional filters that can be enabled in its settings, not much control though--just a setting for how 'aggressive' you want it to be. you cannot add your own, either.
because filters are now bundled with the extension itself, updates to them are slower as they must be blessed by the addon store (chrome's, edge's) as part of an extension update, before being made available. and this does give google and microsoft absolute 'veto power' over a filter update.
242 Comments
THX1138@lemmy.ml · 279 pts · 2d
Big win for Firefox.
timewarp@lemmy.world · -122 pts · 2d
Not really. UBlock Origin Lite works really well. They even added content scripts recently. From a technical perspective MV3 offers more security by default.
communist@lemmy.frozeninferno.xyz · 70 pts · 2d
The following filter options can't be translated into DNR rules:
aside from that it is somewhat better than default ublock but that's a pretty big list of issues.
Redjard@reddthat.com · 12 pts · 1d
There's also pretty restrictive length limits on filter lists iirc, so ubo lite would have to select top filters at some point. This getting worse as websites add more ads or obfuscate more requiring more rules.
brbposting@sh.itjust.works · 5 pts · 1d
Like FB putting every character in every [w][o][r][d] on the site into a unique code block
timewarp@lemmy.world · -2 pts · 1d
Some of those limitations were never supported in Chrome to begin with. MV3 still supports webRequestBlocking at the engine level but it is gated behind enterprise policy (ExtensionInstallForcelist in the Windows Registry, macOS MDM, or Linux managed policy JSON). If an extension with webRequestBlocking is installed via policy, it restores programmatic interception.
Kangae_Hishiryo@scribe.disroot.org · 4 pts · 1d
Not all users are able to do that, as not all users are (or have to be) that tech savvy. That's an exclusionary barrier towards inclusion and accesibility of security and sovereignity features.
brucethemoose@lemmy.world · 12 pts · 1d
In practice, I found it breaks sites more, lets some things through, triggers more adblock detectors, and doesn't work as well with the annoyance list.
It doesn't work on YouTube. And the maximum number of entries to block is limited.
Its not catastrophic though.
So UBO Lite is not wholly ineffective, no. It works great, mostly. Buts its definitely more of a nuisance to use, which is exactly what Google wants.
Kangae_Hishiryo@scribe.disroot.org · 4 pts · 1d
No, they're intrinsically less secure.
They generate memory issues (
use-after-free, dangling pointers,double free(), zombie processes, uncomplete teardown, GC failures or abrupt stops, race conditions, etc.) because of their shitty isolation, and their poor service-workers and IPC architecture.What's worse, they greatly limit the network APIs needed to active defense (DNR instead of
webRequest).timewarp@lemmy.world · -4 pts · 1d
GrapheneOS disagrees with you:
https://grapheneos.org/usage#web-browsing
I agree however that Chromium has some issues still. I have personally managed to crash my browser when calling the Mojo APIs via JavaScript. However, it wasn't related to security. As GrapheneOS notes, no other browser engine provides the same levels of sandboxing. Recognizing the effectiveness of Chrome's sandbox, Microsoft began evolving Windows kernel access control to formalize and harden these techniques at the OS level. The upcoming Windows Updates implements this in its new ProcessContainer support.
Blaming process isolation and IPC for memory bugs like Use-After-Free and dangling pointers fundamentally confuses language-level C++ problems with OS containment architecture. Memory corruption exists across all C++ engines (Gecko, WebKit, Blink); isolation is what prevents those bugs from compromising the host OS.
Handing third-party extensions blanket permissions to inspect and modify live plaintext traffic across all tabs creates a massive MITM exfiltration surface. Moving rule matching to declarativeNetRequest enforces least privilege by executing filters in the native engine without exposing sensitive network payloads to extension code.
webRequestBlocking is not deleted in MV3. The synchronous blocking engine still exists in Chromium. If an extension is installed via local policy or the Windows Registry (ExtensionInstallForcelist), full programmatic webRequestBlocking executes in Manifest V3 just as it did in MV2.
Kangae_Hishiryo@scribe.disroot.org · 3 pts · 1d
Yeah, but they instead greatly compromise the browser, and the problem is that these are not as likely to happen in MV2 (i.e., Firefox).
Why? Simple:
The problem is, if an attacker and/or a malicious process do compromise that unreferenced or unallocated memory, then any and all sandboxing will be esentially irrelevant and thus vulnerated, vulnerating not only the browser (something that itself can compromise sensible information), but even the OS.
Then you have the zombie processes because the current memory model in V8 causes SWs to forcedly stop before they can do any cleanup.
MV3 is not about security at all, is about more control over your own computer and about more control over the network (that way they can let more trackers, zero-days, ads, malvertisers and even malware to pass because browser-level blockers and firewalls won't be able to block them).
Edit: MV3 is a perfect example of inverse tivoization.
Kangae_Hishiryo@scribe.disroot.org · 1 pts · 1d
You're doing a false equivalence here.
It's not about blanket permission vs. almost no permissions.
You can have granular ACLs (which are being hindered by MV3), or OCap/CapSec, or even other security and permissions approaches.
They're or incompetent or malevolous, these are the only two options left when you think a bit about it.
Kangae_Hishiryo@scribe.disroot.org · 0 pts · 1d
It is in practice.
Not all users are able to do that (local policy install), as not all users are (or have to be) that tech savvy. That's an exclusionary barrier towards inclusion and accesibility of security and sovereignity features.
THX1138@lemmy.ml · 3 pts · 1d
Thanks for the laugh! Keep telling yourself that.
acockworkorange@mander.xyz · 1 pts · 13h
That's a whole truckload of copium you're consuming there, fella. Watch out for the side effects.
timewarp@lemmy.world · 1 pts · 12h
Clearly you're the one struggling with coping.here
acockworkorange@mander.xyz · 1 pts · 12h
Keep telling yourself that.
goatinspace@feddit.org · -298 pts · 2d
Firefox is Chrome with extra steps
BassTurd@lemmy.world · 117 pts · 2d
Care to elaborate? It's actually not like chrome at all. The engine is different, it's not Google, they haven't blocked manifest v2 plugins... Other than being a web browser, how would you classify it as Chrome?
atomicbocks@sh.itjust.works · 74 pts · 2d
Not only are they different, Gecko is like 12 years older than Chromium.
kestrel7_7@lemmy.world · 5 pts · 1d
I guess they could be referring to how much money Google throws at Mozilla to keep Google Search as standard in Firefox? Still, it’s a tenuous link at best
goatinspace@feddit.org · -6 pts · 1d
In about:config check with what google services, urls, relays, vpns browser communicates. What organizations donate most money.
BassTurd@lemmy.world · 5 pts · 1d
Hardly makes it "Chrome with extra steps".
goatinspace@feddit.org · -7 pts · 1d
Did you actually look inside?
BassTurd@lemmy.world · 4 pts · 1d
I don't have to. Yea, it shares some backend Google services, but the rest of the browser, like the other 90% isn't Chrome. It's like comparing Windows and Mac OS and saying that they're the same because they both connect to the same Internet and that their operating systems. Just like Chrome v Firefox, they are two distinctly different products.
Lulzagna@lemmy.world · 86 pts · 2d
That doesn't even make sense. You bots need better prompts
kratoz29@lemmy.zip · 25 pts · 2d
Huh, do we have engagement bots in Lemmy already?
We're thriving guys!
brbposting@sh.itjust.works · 7 pts · 1d
Probably just young
Maybe used Chrome for years before ever hearing about Firefox
magnue@lemmy.world · 75 pts · 2d
You can say that about almost every browser, but not Firefox.
Cornpop@lemmy.world · 26 pts · 2d
Still time to delete this
sudoMakeUser@sh.itjust.works · 18 pts · 1d
I've never seen a more downvoted comment. This is true for every single other mainstream browser except Firefox.
goatinspace@feddit.org · -4 pts · 1d
Some forks of Firefox are ok, but if you actually dig and look inside about:config you'll see with who it communicates, what telemetry it collects. What organisations fund it.
prole@lemmy.blahaj.zone · 7 pts · 1d
Lol no
THX1138@lemmy.ml · 7 pts · 1d
Thanks for the laugh!
JoMiran@lemmy.ml · 215 pts · 2d
tal@lemmy.today · 66 pts · 2d
edgemaster72@lemmy.world · 35 pts · 2d
Ah, the Sam Reich of browsers
sunbeam60@feddit.uk · 32 pts · 1d
Just a crying shame Mozilla has turned into a commercial nightmare making them relatively poor custodians of the only free choice we have left.
Mozilla needs to die so Firefox can live.
The income stream from Firefox is plenty for a highly technical, deeply competent, widely dispersed team could work full time on the product using something like OpenCollective.
Instead what we get is prime SF real estate offices, “competitive” SF salaries and a commercial organisation that seeks weird and increasingly desperate income streams to justify looking like “real company”.
I want an actual non-profit governing Firefox.
Truscape@lemmy.blahaj.zone · 11 pts · 1d
It's called the forks, dude.
Also, hopefully the
ladybugthing or whatever gets off the ground someday.Edit: Servo is the better project to follow.
vogi@piefed.social · 15 pts · 1d
I think you mean ladybird, right?
Just FYI The core maintainer is very close to the alt right open source sphere.
Rejecting inclusivity as he deems it as too political and just rubbing shoulders with really weird guys.
https://drewdevault.com/blog/Cloudflare-and-fascists/
https://kvibber.com/reviews/software/ladybird-inclusivity/
There is servo though which is picking up speed lately, im following their rss for a while now.
https://servo.org/
The money behind is also a lot more public and the project is more open to people. originally developed internally at mozilla it is now in the hands of the linux foundation europe.
diaphragmwp@discuss.tchncs.de · 5 pts · 1d
Netsurf hasn't seen any love lately. It's still being developed on git but no releases. Same with Dillo.
Dillo rejects scripting. Makes perfect sense to me. It also rejects automatic redirects, which also makes sense but the web has already been established around that as given so it can't pass the most passive anti-bot.
The state of scripting support on Netsurf is uhm, quite interesting. Scripts can write to the page parse time (like a snowflake generator) but can't do ANYTHING after the page loaded, EXCEPT text fields and text areas. And scripts can always read but not write checkbox state. There aren't any button events, either, but if you check the state of a text field repeatedly you can do interactivity. What is also interesting is that the new way of finding elements (getElementById) is functional, but the old way (document.formName.elementName) ISN'T. So that means that basically nothing existing functions (apart from again, the snowflake generators from geocities). But you can do the old style text animations if you specifically program it to use the new method despite being old style shit. Netsurf also passes "GoAway" and the most basic setting of Anubis (the passive redirects).
Both are good enough to browse "old Lemmy", although I haven't tried to login since my instance doesn't have it and the owner ghosted me (hi @milan@discuss.tchncs.de).
There's also a half public domain half permissive (BSD) text mode browser, https://chawan.net/ . Extraordinarily good concept! However, it avoids some of the bloat by forcing bloat onto your terminal emulator and having it render images, and my terminal emulator does not bother itself with such tasks and emulates a terminal, so image heavy sites like Lemmy fucking suck on it. No, it cannot just weight different characters from some public domain font (spoiler: if converted, all of them by international conventions are public domain) by brightness and by individual pixel similarity to an actual image and then just display those. That would make too much sense. I have high hopes for it, though. Also, I find the keybinds really weird.
I have not tested Chawan's scripting support much at all, all I can say is that it's certainly better than Netsurf. And that everything I've written in the worst fucking programming language ever for Netsurf (not released yet, very soon I hope) runs on Chawan. However, they are unusable since textboxes open your preferred editor. Makes perfect sense, a browser shouldn't be a text editor. But like, that breaks my gimmick that makes it work with Netsurf, damn. Checkboxes can be written to, for once, tho no access key support. The JS is still not enough to login to Lemmy (the default bloated frontend).
Let's use Gemini.
Truscape@lemmy.blahaj.zone · 3 pts · 1d
Ah ty. I wasn't keeping track of either project, but good to know servo's the one to look out for instead.
sunbeam60@feddit.uk · 8 pts · 1d
But it isn’t really. The forks rely on the majority effort of Mozilla and they would never be able to maintain Firefox on their own.
Marn@lemmy.dbzer0.com · 9 pts · 1d
This this true but if Mozilla closed it doors tomorrow there would be enough support for a team to be built to maintain it. The market share is small compared to chrome but it's still an enormous user base.
Eternal192@anarchist.nexus · 181 pts · 2d
Anyone that uses Chrome doesn't know what a clean non ad infested website looks like so they won't notice the difference.
rockSlayer@lemmy.blahaj.zone · 60 pts · 2d
Every time I do IT work, I ask to install Firefox
Eternal192@anarchist.nexus · 21 pts · 2d
There are many choices and people still stay on shit browsers because of laziness.
rockSlayer@lemmy.blahaj.zone · 28 pts · 2d
I actually do a pretty good job of selling it. I tell them that I can set up Firefox so using the Internet is easier. I'm 3/5 so far
bandanawearingbanana@lemmy.world · -10 pts · 2d
Firefox on Android has gotten quite shit as well. It just refuses to load sometimes and won't open pages until you copy and paste the url in a new tab. Extremly annoying, especially for online payments.
E: It's a known issue for a few months now. Check recent reviews on Google Play if you don't believe me. Fuck me for complaining about having issues I guess.
Bell@lemmy.world · 27 pts · 2d
I use it extensively, every day, with no problems
not@lemmy.dbzer0.com · 5 pts · 1d
I have some problems with sites not loading, but I have 300 tabs open...
WhoIzDisIz@lemmy.today · 1 pts · 1d
Amateur. Try over 1,200 with the option to put those not used in a while into an "inactive" group turned off.
Hmm.... Maybe that's my last phone crashed & burned recently...
not@lemmy.dbzer0.com · 1 pts · 1d
But I have the tabs open because I'm going to read them. Do you?
takeda@lemmy.dbzer0.com · 5 pts · 1d
That sounds like maybe you have something else set as default browser and instead of Firefox and that something is messaging it up.
I use Firefox exclusively and it works everywhere.
Unless, URLCheck (highly recommended) is somehow fixing this issue. But I don't remember having it before either.
SlurpingPus@lemmy.world · 3 pts · 1d
No, that issue definitely occurs in Firefox Android sometimes. The tab just gets stuck and does nothing. Has been happening for years, in fact, so it's not something new. Might be due to some specific settings, but I like my settings and the problem doesn't pop up too often, so eh.
Desktop Firefox also gets this sometimes, actually. The tab just doesn't load until I bash ‘enter’ on the address bar, or create a new tab. Since afaik Firefox uses its Gecko engine on both platforms, the issue could be in the engine rather than the UI.
takeda@lemmy.dbzer0.com · 1 pts · 1d
Honestly I didn't recall anything where things are stuck.
Are you sure that the issue on Android isn't caused by closing a link and the app opening Firefox in its context?
If this is such a percentage issue I'd there big open about it?
SlurpingPus@lemmy.world · 2 pts · 1d
It happens within Firefox, without rhyme or reason that I could discern. I think it's more common if I open a link from another app, then switch away from Firefox while the page loads in the background; or when returning to FF and it tries to reload a previously suspended tab. Firefox is allowed to load stuff on my phone in the background even when battery saving is on (which it always is), but I guess FF might get into a fight with the system over available memory, with the system killing one of FF's processes/threads. Wouldn't explain it happening on the desktop, though.
It happens pretty rarely for me, and I have no idea how it could be reproduced. So, I already barely ever open issues (by principle), and certainly won't report this. Idk about others — wouldn't be surprised if there's a bug about this among the many thousands of issues that Mozilla has.
bandanawearingbanana@lemmy.world · 1 pts · 1d
Firefox is the only browser I have installed and it's been my default for years.
It's a known issue. It's been reported on google play but I guess they haven't fixed it yet.
Axolotl_cpp@feddit.it · 3 pts · 1d
I use it everyday with no problems
Flower@sh.itjust.works · 3 pts · 2d
I run a portable version from an external drive to avoid installing anything.
username_1@discuss.tchncs.de · 23 pts · 2d
Well, you don't need to be a genius to imagine a concrete site without shit. Chrome users apparently love advertisements, trackers, pop-up windows and other similar things. Well, who are we to disagree?
toiletobserver@lemmy.world · -3 pts · 2d
I am Groot
Tollana1234567@lemmy.today · 2 pts · 2d
it seems alot of people are using brave as an alternative.
woelkchen@lemmy.world · 14 pts · 1d
The Brave company is a far right hate group and Brave users are supporters of far right hate.
Fuck Brendan Eich and his henchman and all they stand for.
darreninthenet@piefed.social · 6 pts · 1d
Vivaldi is quite nice as well
W98BSoD@lemmy.dbzer0.com · -3 pts · 1d
That four seasons is a real banger, unless you’re talking about having a press conference.
timewarp@lemmy.world · -40 pts · 2d
Not true. UBlock Origin Lite works just fine. They even recently added the ability to use content scripts so there is almost no difference between it and the original UBlock. Manifest 3 has had and still has some challenges, but you're being so hyperbolic that I can't take anything people like you say seriously. Might as well say... "I hate Chrome so much that I'll make up random lies to prove how bad it is!"
ThirdConsul@lemmy.zip · 34 pts · 2d
Literally, the creator of UBO Lite disagrees with you.
Why are you like this?
DaTingGoBrrr@lemmy.ml · 7 pts · 2d
Too much corporate propaganda
timewarp@lemmy.world · -26 pts · 2d
First, I don't care if they agree with me or not. It is an open source project. They said from they never intended to try to make a 1:1 extension with UBO. They clearly lay out the positives of MV3 as well, and the scripts permission feature is a relatively new addition. You or anyone can contribute or fork it you want to add something.
I have spent enough time working on MV3 to know Chromium has solved a lot of the challenges. If you want to have a technical discussion about the APIs and differences or how you might do something with MV3, then let's have the discussion. I never tried to claim MV3 is perfect.
I just have little patience for essentially non-technical cultists who go around spreading misinformation while acting like they know way more than they do. Prove it then... 99% of people like you never actually want to have a real technical discussion, because you spread your opinions based on feelings and not facts.
doben@lemmy.ml · 17 pts · 2d
I‘m a semi-technical user, I don‘t want a technical discussion, I want facts I‘m able to understand. If you‘d be knowledgeable, you should be able to explain it. You didn‘t, tho. You used a lot of words, but said nothing. Why should your arrogant, but empty yapping do anything for me?
timewarp@lemmy.world · -3 pts · 1d
You can’t claim to be "semi-technical" while simultaneously refusing to look at technical facts and dismissing platform mechanics as "empty yapping." How a browser engine executes extensions is inherently technical. Claiming you want facts while ignoring the architecture just means you'd rather stick with an emotional narrative than understand how the software actually works.
Chrome MV2 never supported some features people claim were lost: Features like in-flight response body rewriting and pre-socket IP filtering were Firefox-exclusive APIs (filterResponseData). Chrome MV2 never had them, so MV3 did not take them away.
webRequestBlocking is not dead in MV3. Google did not delete the synchronous blocking engine from Chromium. It requires installing via policy now. If an extension is provisioned via local policy, full programmatic webRequestBlocking runs in MV3 just as it did in MV2.
Everyday ad blocking works normally. For standard Web Store installs, uBlock Origin Lite compiles the standard filter lists (EasyList, EasyPrivacy, uBO filters) into native browser rules. Banners, trackers, and video ads are blocked.
The original claim was that "Chrome users don't know what an ad-free web looks like." That is provably false. If you want to understand the issue as a "semi-technical" user, you have to separate actual browser engine mechanics from internet hyperbole.
ThirdConsul@lemmy.zip · 15 pts · 2d
This is extremely funny that you're trying to insult me, based on your feelings and not facts.
My only participation in this thread was that UBO Lite creator disagrees with you, which he publicly stated, but you felt... Offended? (No idea) - and decided to insult me rather than to deal with facts.
There is a word for people like you.
Troll.
timewarp@lemmy.world · -2 pts · 1d
Citing gorhill’s disclaimer that uBOL isn’t a 1:1 clone of uBO doesn’t prove Chrome is "ad-infested"—it conflates advanced power-user filtering with everyday ad blocking. Many limitation were Firefox-exclusive APIs that Chrome MV2 never supported in the first place.
Under the hood, standard filter lists compile directly into native C++ evaluation via
declarativeNetRequest, while cosmetic element hiding and anti-adblock defusers run through thescriptinganduserScriptsAPIs. Furthermore, synchronouswebRequestBlockingis still built into the Chromium engine for policy installs. Pointing out the architectural reality of how these APIs actually execute isn't trolling; it's addressing technical mechanics rather than hyperbole.ThirdConsul@lemmy.zip · 1 pts · 1d
Cool. Except that you didn't do that before. You're doing that now, after the fact.
amorpheus@lemmy.world · -15 pts · 2d
This is absolutely correct.
DigDoug@lemmy.world · 119 pts · 2d
Given how long ago this was announced, anybody still using Chrome doesn't care.
HuudaHarkiten@piefed.social · 69 pts · 2d
Or doesnt know to care
Carl@anarchist.nexus · 59 pts · 2d
Yeah, pretty much this. In regards to tech, the fediverse often suffers from the average familiarity problem:

The average user barely even knows how to check their email.
mycodesucks@lemmy.world · 16 pts · 2d
My empathy for this view dies on shit that impacts you every single day of your life. At that point it's not a bit of information you just haven't needed yet - it's willful ignorance that I'm not giving you a pass on.
How long do I need to watch people crap themselves before I'm allowed to demand they learn to use a toilet?
HuudaHarkiten@piefed.social · 10 pts · 1d
Oh, don't get me wrong. I didn't mean that you should have empathy. Of course its their own fault for not figuring this shit out, takes 3 minutes to do. In fact, I actively mock people when ever I see them using the internet without a condom. I find thats the easiest way to get them to be interested, any time I have to use someone else machines, I go "hooooly fuck, what is all this shit? Do you have virus or something?! No? What adblocker do you use? YOU DONT?! What the fuck is the matter with you? Install ublock right away, are you insane?!" etc etc. Its quite fun to do.
Axolotl_cpp@feddit.it · 6 pts · 1d
Oh wait, that's actually an approach i never thought of, effectively people will do something more willingly if they feel excluded from the circle
HuudaHarkiten@piefed.social · 5 pts · 1d
That, and people don't want to be seen as the weird one, doing the "wrong" thing. So if you act like they have leprosy, they will think "huh, maybe I should take some medicine"
eah@programming.dev · 1 pts · 1d
Every community on the internet full of computer nerds suffers this problem. It's not exclusive to here.
Chozo@fedia.io · 5 pts · 2d
Or they just installed uBlock Origin Lite, which still works for most things.
bruh@nord.pub · 3 pts · 2d
it works for youtube too?
Lost_My_Mind@lemmy.world · 4 pts · 2d
I don't use chrome, but this thread is the first I'm hearing of this.
Axolotl_cpp@feddit.it · 114 pts · 1d
This is gonna be so bad because now there is only uBlock origin lite and "uBlock", if you couln't guess: the 2nd one is a scam that google never tried to remove(it's been up for some years IIRC) and i am sure that everyone will try to install this scam because they can't find the original uBlock origin (and everyone just refers to uBlock origin as uBlock which makes it worse)
Kazumara@discuss.tchncs.de · 70 pts · 1d
It's a little more complicated. uBlock was the original name, gorhil handed it off when he felt the maintenance burden became too high. Then he forked it to make his own uBlock Origin version.
At some point later uBlock was bought up by the AdBlock people, who in turn were later bought by the AdBlock Plus people.
So it's not a scam exactly, more like an inbred sideline of the royal family.
Axolotl_cpp@feddit.it · 21 pts · 1d
Holy shit, seems to be watching a soap opera tf
ayyy@sh.itjust.works · 19 pts · 1d
It’s a scam because it specifically goes out of its way to not block an ad, as long as that ad pays a bribe to them. It should be called uAd.
brucethemoose@lemmy.world · 5 pts · 1d
1 million users...
jjlinux@lemmy.zip · 7 pts · 1d
"1 million deceived users".
There, I fixed it for you. You're welcome.
elucubra@sopuli.xyz · 69 pts · 1d
company which makes most of it's revenue from advertising fucks with their browser's ability to remove ads. Go figure!
adarza@lemmy.ca · 14 pts · 1d
i am surprised it took this long, but i know that getting everybody using chromium, or at least webextensions, was part of the plan that had to exist first. and the path down mv3 started not long after both mozilla and microsoft were both roped-in.
tazeycrazy@feddit.uk · 1 pts · 1d
I have to say I'm not surprised. No one wants to pay for a browser.
troyunrau@lemmy.ca · 2 pts · 17h
The irony is that Chrome's rendering engine was a fork of WebKit, which was a fork of KHTML, a free and open source rendering engine created by KDE for Konqueror. They basically took something free, used Microsoft's "embrace, extend, extinguish" tactics on it. Now KHTML is vestigial, only found in the UserAgent string.
But we could have had a truly free open source cross platform browser with Konqueror.
Best we have now is Firefox, but the bulk of Mozilla's development funding comes from setting Google as the default search. So it is also hijackable.
tazeycrazy@feddit.uk · 1 pts · 8h
I think it's the shear cost of operating a browser. I would hope Mozilla are looking to diversity there income but without ads or sales to end users I'm not sure where it can go.
Bluewing@lemmy.world · 1 pts · 16h
We could maybe have done that. But Konqueror has never been that good every time I tried it.
heartSagan5@lemmy.zip · 1 pts · 1d
If you pay, do you get a say or is it the same play but you paid?
CapuccinoCoretto@lemmy.world · 64 pts · 2d
Chrome? What is that?
ceenote@lemmy.world · 53 pts · 2d
A thin layer of chromium on the surface of a metal to make it shiny and protect from corrosion.
SkybreakerEngineer@lemmy.world · 24 pts · 2d
Delicious when hexavalent
BassTurd@lemmy.world · 2 pts · 2d
I used to work in manufacturing and we made a sort of tube socket that was cadmium plated on the outside and chrome plated on the inside.
I wonder how many people got cancer plating those things. Ironically, all of the platers were in California because it was banned for new plating centers in most other states.
ColdWater@lemmy.ca · 18 pts · 2d
A browser forked from KHTML by KDE
Alatarius@fedinsfw.app · 16 pts · 2d
Isn't that the shiny stuff you hang from trees in the winter?
frongt@lemmy.zip · 11 pts · 2d
No that's tinsel
RedEyeFlightControl@lemmy.world · 8 pts · 2d
Oh yeah, Gretel's brother
Arctic_monkey@leminal.space · 2 pts · 1d
Nah, you're thinking of Hansel. It's actually an online community of people who can't get laid despite really wanting to.
BassTurd@lemmy.world · 15 pts · 2d
Chromium is the browser that I open a few times a year for websites that don't support Firefox. A few may be a gross over estimate.
CapuccinoCoretto@lemmy.world · 12 pts · 2d
Fair, I just abandon the site. It's their problem not mine.
BassTurd@lemmy.world · 9 pts · 2d
It's really seldom, but a few years back there was a government website that only worked with chrome or edge that I had to use. I had one the other night and found a work around. It's a rare occurrence, and usually I can avoid it, but sometimes I have to just suck it up, do the deed, and bail.
brsrklf@jlai.lu · 3 pts · 1d
I don't design web apps but I've heard from some that do that firefox occasionally has problems with them, because it relies a lot on caching (actually they used the term "aggressive caching", with a few extra choice words).
Anyway, usually not a problem. I use edge only for work since it's the default browser and I barely do any actual browsing with it, mostly light app clients. On my own devices, it's been firefox only for years.
sheogorath@lemmy.world · 2 pts · 2d
Nowadays, just changing the user agent would be enough to make the site work again.
goatinspace@feddit.org · 2 pts · 2d
The data pimp with a loading bar
SomeRandomNoob@discuss.tchncs.de · 56 pts · 1d
And i removed Chrome from my devices
isekaihero@ani.social · 51 pts · 1d
I think I'll be switching to librewolf at home. It can install mozilla extensions and comes with ublock origin baked in. Pulling a stunt like this is just going to drive people away from the Chrome environment. Corpos can't help but shoot themselves in the foot.
MuskyLime@lemmy.zip · 39 pts · 1d
Most people I know simply don't care. They will use it because it's convenient and they don't care about the privacy dangers. I can't comprehend it myself though. Drives me up the wall.
REDACTED@infosec.pub · 22 pts · 1d
Using web without ublock is amongst the most inconvenient things I've experienced
techt@lemmy.world · 10 pts · 1d
I think most people who don't know better just think that's "the internet" and that it's the same no matter how you access it. The whole concept of browsers and extensions is just not in the realm of concern.
random_character_a@lemmy.world · 18 pts · 1d
I've seen some shift among the tech illiterate in my immediate vicinity, but most are still in the "I got nothing to hide" category of clueless twits.
MuskyLime@lemmy.zip · 12 pts · 1d
Funnily enough my two kids have expressed hatred of AI. It's mainly people around my age or higher that can't let any sort of convenience go even if shown the dangers.
Otherwise I'm just "scaremongering".
sage_kase@scribe.disroot.org · 12 pts · 1d
The kids are alright, then.
Hazor@lemmy.world · 4 pts · 1d
My 14yo hates the current AI but says most peers are using it and can't understand how to write an essay or such without it.
I think only some of the kids are alright. Many, if not most, are in trouble.
OnyxRex@lemmy.dbzer0.com · 9 pts · 1d
The problem is that everyone's internet experience is very different these days. Your friends might be boring and actually have nothing in their lives that need compartmentalized/obfuscated. It's unlikely but not impossible.
The easiest way to demonstrate the problem would be when they show you something on an unprotected device you note the ads and give them shit for it. Those ads are likely targeted, and so your jabs would be targeted and personal too. Then point out that those ads are tied to THEM. Just ask every time, "have you been looking at X? Gross dude." It doesn't matter what it is. It's the point that they are uncomfortable with your guess and it's an opening to explain that, yeah it's not just those ads buddy.
SocialMediaRefugee@lemmy.world · 8 pts · 1d
People who share every intimate detail of their life online don't care about privacy.
BigTurkey@lemmy.dbzer0.com · 51 pts · 2d
Google is all in on evil.
danielfm123@lemmy.zip · 15 pts · 2d
Time to degoogle
danielfm123@lemmy.zip · 43 pts · 2d
Install Firefox with https://adnauseam.io/, it's basically ublock origin but internally clicks on every add destroying your adds profile and damaging economics of adds and conversion.
Magnum@infosec.pub · 23 pts · 1d
Doesn't this just track the shit out of you? Does it also click malicious ad banners?
brucethemoose@lemmy.world · 15 pts · 1d
Well, it anonymizes you by "faking" the tracking. I would hope it takes steps to sandbox the ads.
Magnum@infosec.pub · 1 pts · 12h
What does it fake about the tracking? The tracking is very real and the tool is clicking every tracking link available on the site like its life depends on it
dellish@lemmy.world · 9 pts · 1d
Step 2: install Privacy Badger
And Facebook Container is another useful one.
Axolotl_cpp@feddit.it · 13 pts · 1d
Don't, privacy badge and adnauseam will interfere eachothers and as result you will get worst results, you are better off using a DNS level adblocker (eg: Pihole or NextDNS if you don't/can't self host) alongside uBlock/adnauseam
danielfm123@lemmy.zip · 3 pts · 1d
Ublock already does the job of privacy badger... Well as far as I know...
rumba@lemmy.zip · 8 pts · 1d
They overlap; Ublock does it through lists, and badger does it through heuristics.
Running just badger, it can miss things, if you can use both, you get all the lists and heuristics, but they're probalby not both necessary
mschae@discuss.mschae23.de · 2 pts · 1d
It's best not to use multiple ad blockers at the same time. They'll conflict with each other and you'll be worse off. uBO alone is probably enough.
rumba@lemmy.zip · 6 pts · 1d
Conflict with each other how?
Taldan@lemmy.world · 7 pts · 1d
I've used them both for years and never noticed any sort of conflict, but I've heard that potential conflict mentioned several times with no clarification
DeadPixel@lemmy.zip · 36 pts · 2d
Sing it with me:
7U5K3N@lemmy.dbzer0.com · 35 pts · 2d
Damn it.
Gotta use chrome at work.
Firefox "isn't secure and isn't supported" - my it director
neclimdul@lemmy.world · 41 pts · 2d
isnt secure... tell you dont understand security without telling me you don't understand security.
rumba@lemmy.zip · 6 pts · 1d
They're probably using google workspace and accounts, you can do a lot of monitoring with that
datendefekt@feddit.org · 17 pts · 2d
Work at a larger organization and the only browser we’re allowed is fucking Edge. All other browsers are blocked as malicious processes.
Tollana1234567@lemmy.today · 7 pts · 2d
LOL. from one data mining company to another data mining company.
outerspace@lemmy.zip · 13 pts · 2d
This guy?
ExLisper@lemmy.curiana.net · 5 pts · 2d
https://addons.mozilla.org/en-US/firefox/addon/uaswitcher/
Crit@lemmy.wtf · 8 pts · 1d
Company hardware isn't checked by user agents but actual running processes
ExLisper@lemmy.curiana.net · -6 pts · 1d
You're saying they have some sort of app that actively blocks firefox from running on their laptop? I fortunately never worked in a company that did something like this. I would say it's more likely that the web application simply checks user agent and blocks unsupported browsers.
Crit@lemmy.wtf · 15 pts · 1d
Yes, companies have software running on company property usually that checks what you're running and installing. I can't even get admin perms on my work machine without asking IT with a good reason. They can also see your browser history and what websites you go to, as an fyi to not browse anything that you wouldn't feel comfortable talking to your boss and HR about on a work machine.
Siegfried@lemmy.world · 3 pts · 1d
I know of people that also had a no activity log, just in case you didint input something on your PC for 2 min
Crit@lemmy.wtf · 2 pts · 1d
Yeah that is also done in some places but afaik it's not legal to do so in most places without letting you know what is being monitored. It's a pain in the ass
blartcap_@lemmy.dbzer0.com · 4 pts · 1d
I once saw a company block Firefox through its corporately mandated antivirus software.
Sv443@sh.itjust.works · 3 pts · 1d
It's called Microsoft
Company Portaland it's the worstchunes@lemmy.world · 2 pts · 1d
Not using firefox should automatically brand you as not knowing what you are talking about in IT. wtf
DohnDoe@lemmy.today · -11 pts · 2d
Then just use vanadium at work
EDIT I no Loguer recommend brave
neo2478@sh.itjust.works · 10 pts · 1d
Fuck Brave. Their CEO is a homophobic transphobe asshole who actively donates money to help take away peoples rights, they are shills for a bunch of AI and crypto BS that is inbuilt in the browser, and they at least used to steal affiliate links.
DohnDoe@lemmy.today · -7 pts · 1d
Prove it
neo2478@sh.itjust.works · 9 pts · 1d
Covid comments get a tech C.E.O. in hot water, again — The New York Times
Stop using Brave Browser — Spacebar News
Brave Browser Caught Redirecting Users Through Affiliate Links — PCMag
DohnDoe@lemmy.today · 10 pts · 1d
Thanks I'm now going to uninstall brave fuck they ceo
OctopusNemeses@lemmy.world · 5 pts · 1d
Brave has been severely disappointing not because of Brave company or the browser itself, but because it marked a point of tech illiteracy. The affiliate link insertion should have and would have in the past been enough to end them all together.
SciencyScientist@lemmy.world · 1 pts · 1d
Pretty sure Vanadium is mobile only, so unfortunately not really an option.
jim3692@discuss.online · 1 pts · 1d
Vanadium is not just mobile only. I am pretty sure it's GrapheneOS-only, because it relies on some of the security features that Graphene implements.
My bet is that a company, that doesn't trust Firefox, probably doesn't trust Graphene either. So, Vanadium is not an option either.
Tollana1234567@lemmy.today · -13 pts · 2d
KillerWhale@orcas.enjoying.yachts · 24 pts · 1d
Don't blame Firefox, some sites don't comply with industry standards.
Blackmist@feddit.uk · 33 pts · 16h
Firefox users right now:
adarza@lemmy.ca · 29 pts · 1d
ublock origin lite, the natural replacement but not automatically enabled by google or microsoft. you have to go get it. https://github.com/uBlockOrigin/uBOL-home
an alternative is adguard's browser extension. it is free to use and open source (gpl). https://github.com/AdguardTeam/AdguardBrowserExtension#installation
Evotech@lemmy.world · 6 pts · 12h
No you get Firefox
Gsus4@mander.xyz · 21 pts · 1d
so it
beginscontinues...EtzBetz@feddit.org · 19 pts · 1d
Ah, thank god I am using Zen (Firefox fork) now for 2 years already. I totally forgot about this manifest bs. Now that Chrome introduced vertical tabs I was thinking to myself "ah, I could give it a try, having less breaking things and so on". But thanks for this reminder I will gladly stay with Zen.
FrChazzz@lemmus.org · 6 pts · 1d
Switched to Zen as soon as I switched to Linux about a year and a half ago. Love it.
RephlectioNZ@lemmy.nz · 6 pts · 1d
Another Zen user chiming in to say, all the other ones seem confusing and cluttered now.
utopiah@lemmy.world · 4 pts · 1d
FWIW I do think you should give it a go.
Firefox is main browser, on desktop and mobile, and I'm not changing that.
Still, I do have Chromium installed for very specific usages, e.g. WebXR tests, WebBT and WebUSB devices, e.g. flashing keyboard firmware, controlling Lego bricks, etc. I'd rather only have Firefox to be clear but some things are not supported, marked as not planned, and I believe using Chromium on specific Websites, not for browsing, is perfectly fine when no alternative is available.
EtzBetz@feddit.org · 2 pts · 1d
Giving Chrome a go? Why would I? Zen has everything I need, plus Chrome does not have an ad-blocker. I also sometimes need WebUSB and such things, but well, then I'll use chrome once for that and be done with it.
jjlinux@lemmy.zip · 4 pts · 1d
I strongly suggest you nuke Chrome every time you are done using it.
utopiah@lemmy.world · 3 pts · 1d
Well then you are already doing what I suggested.
I'm not saying adopt Chrome as your main browser, I'm saying if Chrome alone has unique feature you think you might need, try it there. For example that allowed me to discover https://github.com/ArcaneNibble/awawausb
Consequently if you are curious about vertical tabs, do try it, even in a container, e.g. Webtop, if you want to be extra safe. I'm not suggesting to switch.
Tingle@lemmy.world · 2 pts · 1d
I switched to Zen a week ago and I haven't ran into any issues with it, what do you find is broken with it?
EtzBetz@feddit.org · 4 pts · 1d
I had some websites which didn't work in some way. Can't remember, which websites it were, just some big company websites where random buttons would just do nothing or similar. But I think it were only 2 or 3.
Other than that it's fine. Sometimes it seems like tab management is a bit weird, I once had the browser open with about 100 new tabs besides the other ones I had saved. Just had to close them and done. On my Work-Laptop I have a folder pinned in one space and the popup for it's contents is shifted down ~200px permanently for some reason. It's all manageable.
jjlinux@lemmy.zip · 2 pts · 1d
That's a web site design and architecture issue, not a browser issue. Most web sites are made for Chrome (Chromium-based) browsers, and anything based in Gecko is an afterthought, if anything.
I'd rather just not access a site if Chrome use is mandatory. LibreWolf has been fantastic for me the last 3 years or so. If I really need to access a "Chrome-exclusive" site, I use Brave, and then clear and reset everything in it in case I need it again.
EtzBetz@feddit.org · 3 pts · 1d
I'd say it's 50/50.. actually 33/33/33.
First, in 2026 I think you need to fuck up pretty bad or use very special stuff in order for your website to only work on Chrome.
But of course Mozilla should behave just like every other browser (well there is basically only chromium right now) and all browsers in general should display websites in the same way. Back in the day you did choose which browser to support when you developed your website, but today you are basically just using browser standards.
Then.. there is Google. They are blowing up and poisoning the web standards so much, for their own good and just to bring technology forward. They surely could be more careful and considerate while doing this, so that Mozilla would have a chance to participate.
ipkpjersi@lemmy.ml · 18 pts · 1d
When will people switch away from Chrome to other browsers? I get it, Chrome sets the standards and it's hard to switch away from them, but it's necessary to ensure the survival of the Internet.
partofthevoice@lemmy.zip · 15 pts · 1d
They wouldn’t set the standard anymore if nobody used them.
x00z@lemmy.world · 3 pts · 12h
The W3 spec is dominated by Google's submissions afaik.
Crit@lemmy.wtf · 7 pts · 1d
I doubt most people even know you can change it. Edge is the default browser on windows. Chromium. Chrome is the default browser on android (though I suppose Samsung has a custom browser and they're the main android device people are buying)
thermal_shock@lemmy.world · 7 pts · 1d
Ugh, any Samsung app is equivalent to internet explorer. Gross
CaptPretentious@lemmy.world · 1 pts · 12h
Idk, I think I'd rather use IE than any Samsung app. At least IE tried to do some interesting things and tried to be customer focused...
GolfFoxtrotLima@sh.itjust.works · 2 pts · 1d
A lot sooner than you think hopefully
UnLocoPoco@lemmy.world · 17 pts · 1d
Edge will soon follow. They announced it. Polly will switch to helium or brave
SkaveRat@discuss.tchncs.de · 25 pts · 1d
People need to stop using brave
https://www.spacebar.news/stop-using-brave-browser/
thermal_shock@lemmy.world · 0 pts · 1d
People are not looking this deep into switching browsers lol.
Fridgeratr@lemmy.dbzer0.com · 7 pts · 1d
They should tho
kestrel7_7@lemmy.world · 20 pts · 1d
Brave is kinda shady with their whole cryptocurrency thing, Helium seems fine but it’s still based on Chromium. I’ve been recommending people check out Librewolf
hamsterkill@lemmy.sdf.org · 22 pts · 1d
Simple Firefox is perfectly fine.
Ungoogled Chromium is my standby for the instances when a Blink browser is needed, though it's not entirely simple to set up.
kestrel7_7@lemmy.world · 6 pts · 1d
Librewolf doesn’t do anything that Firefox can’t do with extensions + tweaking settings, but it’s nice to not have to install all the extensions
UnLocoPoco@lemmy.world · 2 pts · 1d
Yeah that's why I'm debating brave. Firefox is good to especially after the huge engine overhaul a few years ago.
Tiral@lemmy.zip · 3 pts · 1d
Yeah, I've been on brave for a few years but switched to Firefox because it's a different base. I don't think it's necessary better, but if that's the way the wind is blowing on chromium browsers the it's the best option.
SquareScarletCougar@lemmy.world · 12 pts · 1d
Or better yet LibreWolf
KneeTitts@lemmy.world · 10 pts · 1d
I cannot count how many things I had to change in settings to get the browser to just work right, I mean I appreciate them locking everything down to the nth degree but.. damn. Finally switched to waterfox, the out of the box experience is a lot friendlier.
SquareScarletCougar@lemmy.world · 1 pts · 23h
I get the frustration. It could have a tutorial / wizard to make it easier to set and understand.
If some parts are not loading, check the top left of the address bar for some icons, by default LibreWolf blocks canvas and anything that can identify you, and you have to press on them to allow them to render the elements.
Security unfortunately implies more inconvenience, which is what companies like Google love, but if it was a lot friendlier it would probably be less safe.
Almacca@aussie.zone · 1 pts · 1d
I tried LibreWolf for a little while, but too many sites just wouldn't load at all with it, so I went back to Firefox.
Gino_Pilotino667@lemmy.world · 6 pts · 1d
Zen-Browser
Bluewing@lemmy.world · 2 pts · 16h
I'm using Zen now. it took me a while while to get the hang of the UI. But once I did I found it to be very nice to have those spaces that I can organize for different tasks.
iamnotme@feddit.uk · 1 pts · 12h
I’ve used Zen for about 9 months, possibly more, and have had a largely positive experience.
It has crashed a few times recently for no obvious reason but not enough to bother me. There’s probably new release version again even though I updated my Linux instance a couple of weeks ago.
kamen@lemmy.world · 2 pts · 11h
First time hearing of Helium, thanks for mentioning. Sounds interesting, will be keeping an eye on it.
lechekaflan@lemmy.world · 15 pts · 1d
Pichai you fucking banchode.
anarchy79@lemmy.world · 3 pts · 1d
Bloody fuck you bloody!
Smaile@lemmy.ca · 13 pts · 16h
Google's going to lengths and bounds to make people leave it.
m3t00@lemmy.world · 12 pts · 1d
firefox became bloated so switched to chrome because faster/better. back to firefox last year. too old to keep fighting ads. thinking off button will be next. yeah addons mostly work
kadu@scribe.disroot.org · 10 pts · 1d
What's "bloated" about Firefox?
fodor@lemmy.zip · 15 pts · 1d
Distant past. Few of us recall.
genzboomer@lemmy.zip · 4 pts · 1d
I remember! 2.0 to 3.0 switch wherethe GUI slowed down dramatically. 2.0 felt like driving a sports-car.
troyunrau@lemmy.ca · 2 pts · 17h
I think it was still called Phoenix when I originally dropped it. Before it got renamed Firefox. Came back around last year after adblock stuff in chrome finally chased me away.
anewfox@lemmy.zip · 10 pts · 1d
nobody ever seems to detail what kinda bloat they mean when they say that, i don't think they actually thought about it that deeply. nobody complains about anything specific like XUL support, for example.
narinciye@discuss.tchncs.de · 9 pts · 1d
In my experience, there was a period when Firefox crashed all over the place, especially under heavy load. Tabs shared the same process back then, one tab could take down whole the browser session when crashed. I vividly remember how it felt so silky when i switched to chrome. Now I am back to Firefox since 3 years. Firefox is the sexier now with all the shiny addons
Crit@lemmy.wtf · 2 pts · 1d
Maybe in like Firefox 4 days
SailorMoss@sh.itjust.works · 2 pts · 1d
Yeah Firefox was kind of a hog around 2013. I have a netbook that I've kept around since like 2014 and I remember when I first got it, it couldn't really run Firefox. Firefox would freeze up and crash. Funily enough today Firefox runs better on that 2014 netbook than chrome does.
I also had a high end gaming PC at the time and Firefox always ran fine as long as you had the reaources to run it.
thermal_shock@lemmy.world · 2 pts · 1d
Well, that was 2011, so...
heartSagan5@lemmy.zip · 1 pts · 1d
I guess right before Firefox Quantum?
Blackmist@feddit.uk · 3 pts · 16h
I switched to Chrome back then because it ran tabs in separate processes. A tab crashing in Firefox would take the whole browser down.
The final straw for me was the plugins. Flash, Java, Acrobat, etc. Chrome kept them up to date for you. Firefox made you just through hoops, which eventually lead to a rogue site injecting crap onto my machine which took me a day to clean up. Plugins are pretty much dead now, but back then you needed them for half the web to work.
Chrome really was a great browser back then (and MS were still in the "what's wrong with Internet Explorer?" era), and it's a shame that they're now working so hard to fuck it up again.
mirshafie@europe.pub · 3 pts · 11h
Chrome did a bunch of things absolutely wonderfully in the beginning. Fast JavaScript engine, removed title bar (tabs on top), simple settings page, sandboxed tabs, and they made some of the functionality of the most popular Firefox extensions the default (such as the downloads bar, instead of a separate window).
It was basically a pre-modded Firefox, but supercharged. Now it's corporate slop.
thermal_shock@lemmy.world · 3 pts · 1d
It was back before enshittification of the internet, when things were better. Was just big and clunky, chrome came along and ran very fast, until last few years, they swapped places.
korazail@eviltoast.org · 2 pts · 17h
And Google was still 'nice'.
Microsoft, at least in my lifetime, invented the 'embrace, extend, extinguish' method, but google was certainly taking notes.
One of the many little compromises.
m3t00@lemmy.world · 2 pts · 17h
that's how I remember switching to chrome in the 00s. it had become unstable.
heartSagan5@lemmy.zip · 10 pts · 1d
I still rock NoScript. It helps avoid drive-bys and other silliness. It does take patience though so I get why not many like it.
anarchy79@lemmy.world · 10 pts · 1d
Bye Chrome, I hardly knew ya.
Moztako@lemmus.org · 5 pts · 1d
The transition away from Manifest V2 is a good example of how changes made by major platforms can have a huge impact on developers and users. I’m curious to see how this affects privacy-focused and specialized browser extensions over the long term.
overcast@lemmy.zip · 4 pts · 2d
the real problem isn’t Chrome, it’s Chromium
philanthropicoctopus@thelemmy.club · 5 pts · 1d
I disagree. There are decent browsers built on chromium. Chrome insists on being awful
overcast@lemmy.zip · 4 pts · 1d
what I meant was, Chromium’s influence and control on the whole web
Tollana1234567@lemmy.today · 1 pts · 2d
and deployed manifestEVIL V2 Instead.
kamen@lemmy.world · 1 pts · 11h
Is there a Firefox fork already with mouse gestures built in (working globally)?
LeftReddit2@lemmy.world · -2 pts · 1d
Ublock Origin Lite still works on Ungoogled Chromium for me, at least.
Axolotl_cpp@feddit.it · 9 pts · 1d
Yep, the lite version
Kazumara@discuss.tchncs.de · 7 pts · 1d
The "Lite" version is what gorhill made to at least work with Manifest v3 as well as possible, though he does not like that he is limited to Googles filtering framework with it.
https://github.com/gorhill/uBlock/blob/master/platform/mv3/description/en.md
https://news.ycombinator.com/item?id=32648131
adarza@lemmy.ca · 2 pts · 1d
it seems to function ok. there are some additional filters that can be enabled in its settings, not much control though--just a setting for how 'aggressive' you want it to be. you cannot add your own, either.
because filters are now bundled with the extension itself, updates to them are slower as they must be blessed by the addon store (chrome's, edge's) as part of an extension update, before being made available. and this does give google and microsoft absolute 'veto power' over a filter update.
GeirGrusom@lemmy.world · 3 pts · 1d
Lite was made for Manifest V3. They had to drop a bunch of features to get it functioning which is why it's called "Lite".
anon5621@lemmy.ml · 2 pts · 1d
Ublock origin works on ugoogled chromium without any problem actually
brucethemoose@lemmy.world · 3 pts · 1d
It won't for long. Its only because Ungoogled Chromium is on a stable channel, but this removal will catch up to them soon.
This goes for all Chromium browsers, except those that hack in their own adblock engine like Cromite or Brave.
LeftReddit2@lemmy.world · 1 pts · 1d
Wait, type shit? I legit didn't know.