Earlier quoted context omitted.
Are these changes actually needed, though? As much as it makes sense to use service workers, for instance, this seems like a rationalization to shoehorn in Google's anti-features. It's not like background webpages are broken or even hard to use. It's not like everyone's clamoring for their ad blockers to use less resource or for Chrome to be faster. There was a time when I switched to Chrome because I believed it to…
While I agree with you in general, I'd like to comment on > It's not like everyone's clamoring for their ad blockers to use less resource or for Chrome to be faster. some people do: https://news.ycombinator.com/item?id=28672377 - "Brave reduces the page load performance cost of its adblocker" original article having some impressive improvement numbers.
Google sets burial date for legacy Chrome Extensions, fears for ad-blockers grow
311–320 of 394 posts
Re: Google sets burial date for legacy Chrome Extensions, fears for ad-blockers grow
#312Earlier quoted context omitted.
> Because they keep making stupid UI)UX choices than alienate their users Cannot overstate this enough. They keep randomly changing their UI constantly , and it's especially frustrating when you have a bunch of custom CSS. I'm a bunch of versions behind & dreading updating because I don't want to spend the hours it'll take to fix my shit for their new version. I honestly hate this browser so much at this point, but e…
I don't want to update, when the update is to something that looks horrible. (Last update I spent hours googling for scripts to reverse the appearance changes. Seems there were 1000s of people looking for the same thing!) But in FF preferences there are only 2 choices. 1. Automatically install updates (recommended) 2. Check for updates but let you choose to install them You would think I'd choose option 2, since I do…
> Firefox Extended Support Release (ESR) is an official version of Firefox developed for large organizations like universities and businesses that need to set up and maintain Firefox on a large scale. Firefox ESR does not come with the latest features but it has the latest security and stability fixes.
https://support.mozilla.org/en-US/kb/switch-to-firefox-exten...
Re: Google sets burial date for legacy Chrome Extensions, fears for ad-blockers grow
#313Earlier quoted context omitted.
>I am really not sure why they keep losing users. Because, number one, they keep constantly making radical UI/UX changes that frustrate and alienate their long term users who would rather they keep the "older look" which they got used to and works just fine for them, and number two, most websites are lazy so their devs only optimize for Chrome, even going the extra mile to explicitly state that "For best experience u…
> Because they keep making stupid UI)UX choices than alienate their users Cannot overstate this enough. They keep randomly changing their UI constantly , and it's especially frustrating when you have a bunch of custom CSS. I'm a bunch of versions behind & dreading updating because I don't want to spend the hours it'll take to fix my shit for their new version. I honestly hate this browser so much at this point, but e…
Re: Google sets burial date for legacy Chrome Extensions, fears for ad-blockers grow
#314Earlier quoted context omitted.
Mozilla annoys me. Truly it does. However, it's the organisation. Firefox as a browser, especially dev tools, seems better in every day use than Chrome does. I am really not sure why they keep losing users. I do remember being massive performance issues in the past, but that's really not the case today (at least in my experience)
>I am really not sure why they keep losing users. Because, number one, they keep constantly making radical UI/UX changes that frustrate and alienate their long term users who would rather they keep the "older look" which they got used to and works just fine for them, and number two, most websites are lazy so their devs only optimize for Chrome, even going the extra mile to explicitly state that "For best experience u…
Re: Google sets burial date for legacy Chrome Extensions, fears for ad-blockers grow
#315Earlier quoted context omitted.
but you recognise you are in likely a sub 0.5% of users with custom css? chrome gained a lot for two reasons, it was a hell of a lot better than firefox and they advertised the crap out of it. Firefox has caught up significantly since then but doesn't have the advertising the adblock debate will push a lot of users back to firefox and it feels like the ui is in a much better place than it was
> but you recognise you are in likely a sub 0.5% of users with custom css? People don't want to do custom CSS, they have to in order to get the workflow back that they had last week. It's annoying and a lot of work. Firefox changes probably cause >3% user attrition every single release.
Not anymore. There are github lists documenting everything you can do with css in firefox these days. And I don't think the answer to your workflow being disturbed is to nuke the entire thing from orbit and built it back up on another platform, that sounds a lot harder than skimming these github pages.
Re: Google sets burial date for legacy Chrome Extensions, fears for ad-blockers grow
#316If you don't want to use Firefox (why not?) just use Brave or Edge. Each has its own quirks of course, but it's better than the google cage chrome is. (Undeleteable google cookies? Come on)
A Blink monoculture destroying "the web", like the one we almost already have.
Re: Google sets burial date for legacy Chrome Extensions, fears for ad-blockers grow
#317I don't understand why this (and all the rest) is not driving people back to Firefox. Are we really going to wait for Mozilla to die, and then lament that Google has taken over the web?
Re: Google sets burial date for legacy Chrome Extensions, fears for ad-blockers grow
#318Earlier quoted context omitted.
>I am really not sure why they keep losing users. Because, number one, they keep constantly making radical UI/UX changes that frustrate and alienate their long term users who would rather they keep the "older look" which they got used to and works just fine for them, and number two, most websites are lazy so their devs only optimize for Chrome, even going the extra mile to explicitly state that "For best experience u…
I think the UI is finally good on macOS. The only thing I find strange now is the button-like tab style. Which seems like a minor issue.
Re: Google sets burial date for legacy Chrome Extensions, fears for ad-blockers grow
#319As someone who is intimately familiar with the Chrome extensions internals and is not employed by a big tech company, I believe most of the changes seem like a step in the right direction.* I've been working towards implementing greater support for Chrome extensions in Electron which has involved reading and interacting with Chromium code [0]. - Using service workers instead of a hidden background webpage is more idi…
Your claim that service workers are more idiomatic than background pages ignores months of debate and examples to the contrary collected by the w3c web extensions group. [0] This could be an area where MV3 walks itself back. One proposal creates an Extension Worker which is a new concept like a Service Worker but better matches the use cases for background scripts. Another simply puts background pages back, but behin…
Hopefully Google and others are receptive to some of the proposals made in the issues. I recognize the value of reintroducing the persistent capabilities to the SW model.
Re: Google sets burial date for legacy Chrome Extensions, fears for ad-blockers grow
#320Earlier quoted context omitted.
Behavior-based blocks take care of those largely. I think only Facebook is reliably staying ahead?
If you mean ublock origin cosmetic filters, yeah facebook is really putting up a fight. The status quo has been randomized css classes, identical html structure, interspersing hidden junk characters in between the "Sponsored" text, and the latest I've noticed, anchors that link to # until you hover over, preventing blocking href=^/ads. That and turning on or off or changing behavior between users and regions makes co…