Earlier quoted context omitted.
IMO they are still not as good although they have improved. I just develop in chrome and use Firefox for everything else.
What makes them less good? I'm used to Firefox and while the Chrome devtools have more features they're harder to use (eg smaller touch targets, can't accept JS suggestion with enter key)
"Begin disabling installed extensions still using Manifest V2 in Chrome stable"
311–320 of 490 posts
Re: "Begin disabling installed extensions still using Manifest V2 in Chrome stable"
#312Earlier quoted context omitted.
Sure, but we saw this coming a mile away (as in, people have been saying this about Chrome for about a decade). People--especially tech nerds--didn't have to switch to the closed source, conflict-of-interest, browser. But, everyone did, and this is what we get for it. We now have proprietary DRM built in to the web standards, and all kinds of other bullshit, because a bunch of people decided to not learn any lessons…
> People--especially tech nerds--didn't have to switch to the closed source, conflict-of-interest, browser. Do you not remember all the ads promoting chrome? First was chrome-frame IE extension, then came all the ads - then tie-ins where you got Chrome in addition when you really wanted some other app. They pushed it hard because they knew they had no real competitors and could eat up marketshare.
Firefox failed because it stagnated on performance and code quality (read: memory leaks for daaaaaaaaays) and ultimately because Mozilla was corrupted by Mitchell Baker and still is to this very day driving away nerds and engineers by the truckload.
Lest we forget, Internet Explorer lost to Firefox despite bundling with Windows. Edge still loses to Chrome despite bundling with Windows. Safari despite bundling with iOS and MacOS only survives thanks to the Walls of Applestantinope holding against the SelEUk Empire's onslaught.
Re: "Begin disabling installed extensions still using Manifest V2 in Chrome stable"
#313Earlier quoted context omitted.
To my knowledge the “big” chrome engine alternatives aren’t either. I know that Vivaldi and Brave plan on keeping around v2 as long as it is economically feasible
Aren't these v2 extensions being removed from Chrome's store? If so, are the alternatives based on Chromium running their own store?
[1] while pre-existing v2 extensions are still on the store at least for now (e.g. https://chromewebstore.google.com/detail/ublock-origin/cjpal... ) newer ones haven't been able to be added to the store for a long time already, e.g. see https://libredirect.github.io/faq.html#chrome_web_store
Re: "Begin disabling installed extensions still using Manifest V2 in Chrome stable"
#314Earlier quoted context omitted.
Sure, but we saw this coming a mile away (as in, people have been saying this about Chrome for about a decade). People--especially tech nerds--didn't have to switch to the closed source, conflict-of-interest, browser. But, everyone did, and this is what we get for it. We now have proprietary DRM built in to the web standards, and all kinds of other bullshit, because a bunch of people decided to not learn any lessons…
Meh, the "slightly abrasive" stuff Mozilla is doing is stuff like buying up ad analytics companies and adding features to help ad tracking companies track users. Fuck Mozilla, and fuck Google even more. I admire your optimism by the way that a few technologists saying "stop using Chrome, Google is evil, use Firefox" is enough to overcome the market dominance of a monopoly like Google's, but I sadly don't share it. Pe…
That is exactly how Firefox slew Internet Explorer.
Re: "Begin disabling installed extensions still using Manifest V2 in Chrome stable"
#315It might've been better, had uBlock Origin Lite not happened, but is there still a migration opportunity here, and is Mozilla working it?
Re: "Begin disabling installed extensions still using Manifest V2 in Chrome stable"
#316"browsers using the ExtensionManifestV2Availability policy will be exempt from any browser changes until June 2025" To extend ManifestV2 in Chrome, add the text below to a text file, saving and running it as a .reg will create and add a value of 2 to "ExtensionManifestV2Availability" in the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome key (When you open/run a .reg file, it updates your registry, usually preceed…
[1]: https://old.reddit.com/r/uBlockOrigin/comments/1d49ud1/manif...
Re: "Begin disabling installed extensions still using Manifest V2 in Chrome stable"
#317I've finally switched (back) to firefox today. I switched from firefox to chrome for their superior devtools a few years back, but hopefully firefox has had time to catch up. Everything old is new again!
IMO they are still not as good although they have improved. I just develop in chrome and use Firefox for everything else.
#!/bin/sh
[ -z $CHROME ] && CHROME=chromium
TMPDIR=$(mktemp -d /dev/shm/chrome-XXXXX)
$CHROME --user-data-dir=$TMPDIR --no-first-run --no-default-browser-check "$@"
rm -rf $TMPDIR
The first line lets me override which Chrome version I launch if I want to try instead google-chrome-stable or google-chrome-beta for example. I keep them all installed from the AUR on Arch.Re: "Begin disabling installed extensions still using Manifest V2 in Chrome stable"
#318Earlier quoted context omitted.
Google made something better than what existed with Chrome, it was obvious it would capture the market significantly especially among more technical people. I don't think the fact that Chrome is (was) better is the question, it's a question of how they got here. Google took tons of money and threw it into Chrome and therefore developed something better. It's better because Google put more money into it than anyone el…
It was only true that Chrome was significantly superior (performance-wise, anyway) for a little while. Firefox had to play catch up and it took several years. It was (mostly) called the "electrolysis" (a.k.a., "e10s") project. It was considered complete by 2018, and had already offered significant performance and stability improvements for years before then. I wouldn't be surprised if Chrome still performs better on…
Re: "Begin disabling installed extensions still using Manifest V2 in Chrome stable"
#319Earlier quoted context omitted.
Or they just don't want to admit publicly that they're too small to maintain a fork when it diverges this much
Well Vivaldi is open source, right? Personally I would be reaching out to Brave, who already plans on maintaining V2 support, and see about a joint venture with a forked chromium.
Re: "Begin disabling installed extensions still using Manifest V2 in Chrome stable"
#320Earlier quoted context omitted.
Some people may think what you're saying is outlandish, but it's worth remembering that this is pretty much what already happened to Ublock (which led to the forking of Ublock Origin and return of gorehill)
Not saying it cannot happen, but in Firefox, it is a “Recommended“ extension which gets reviewed per release. A sophisticated attack could slip through, but a ham fisted takeover is unlikely.