Live data from Hacker News

Google has removed the option to disable autoplay from Mobile Chrome

support.google.com

171–180 of 248 posts

Re: Google has removed the option to disable autoplay from Mobile Chrome

#171

Earlier quoted context omitted.

There are over 2 billion MAU on Google Maps...so for Google, yes its only... It wasn't sustainable

Most normal companies are okay with small divisions. Sometimes they'll sell them off. It feels like Google is like Intel. They reflexively kill anything that isn't going to be worth a few hundred million in revenue.

Alphabet has a revenue per employee of $1.5M. In order to keep that number they need big hits. That's why small products just get abandoned / die.

Re: Google has removed the option to disable autoplay from Mobile Chrome

#172

A lot of comments here trying to explain this away but let me point out that Apple disabled autoplaying unmuted videos in moble Safari years ago (it's not even behind a setting as far as I know) and I can't imagine them backing off of that any time soon. On the contrary, Apple will savage decades old APIs just to marginally improve privacy [0]. Which is what Google would do if users were the customer. Apple is proble…

[deleted]

Re: Google has removed the option to disable autoplay from Mobile Chrome

#173
post #5
post #4

This is weird. They see the general tech community slowly turning against them and they double down on all the wrong things they were doing that caused the negativity.

It's pretty difficult to change your momentum, product at google has decided on a direction and it will take a lot change that.

See "Google Plus"

Re: Google has removed the option to disable autoplay from Mobile Chrome

#174
post #163

I don't get why Firefox's market share is still so low when compared to Chrome's. I get why FF fell behind over the last decade, but since Firefox Quantum those reasons have largely disappeared.

From a tech geek perspective, Firefox is the "emacs of browsers".

They wrote a (lisp/js) interpreter and then wrote the (editor/browser) in that language. Unfortunately using a much more weakly-typed language [to write what is almost an OS of its own] yielded a mass of unmaintainable, constantly-mutating bloatware. They claim to be rewriting the interpreter layer in Rust, which is awesome, but 99% of the browser will still be written in javascript.

Plus, when I abandoned Firefox for good (about a year ago) pinch-to-zoom STILL DID NOT WORK. This was in 2019. Seriously.

And they pay people to fiddle with VRML/WebVR instead of fixing all this.

Re: Google has removed the option to disable autoplay from Mobile Chrome

#175
post #66

Earlier quoted context omitted.

This is the common sense solution. And what sites are replacing videos with massive gifs? Buzzfeed-like sites have always been filling their pages with 250 megabytes of gifs. News sites with half a dozen autoplaying videos certainly won't be replacing their videos with multi-gigabyte gif versions. And it seems like detecting a large, constantly repainted canvas would be easy enough.

I dream of a search engine that heavily penalizes websites with advertisements on it.

Seems unlikely given the biggest search engine makes the majority of its money from ads :(

Re: Google has removed the option to disable autoplay from Mobile Chrome

#176
post #62

tangentially related: what's everyone's solution for blocking autoplaying sticky videos? By that I mean the kind that usually shows up on news sites or tech blogs. It usually manifests as a "recommended" video that's totally unrelated to the article at hand, and stars playing without you clicking the play button. If you scroll past the video, many of them convert to a sticky mini player that stays around wherever you…

> what's everyone's solution for blocking autoplaying sticky videos?

Compile your browser without support for video codecs.

99% of the time I don't care if no videos play back in my browser.

0.9% of the time the video is on youtube, so I can youtube-dl it to watch with mpv, which kicks the crap out of every in-browser video playback UI ever created.

The remaining 0.1% of the time I fire up a separate browser that does have video codecs.

Web video is simply unnecessary. Try life without it, you won't mind.

Re: Google has removed the option to disable autoplay from Mobile Chrome

#177

(disclaimer: I work at Google, not on Chrome) The rationale here seems to be that by blocking video autoplay, Chrome incentivized sites shipping huge animated GIFs, or decoding video in JS and painting to canvas, both of which are very suboptimal for users. Another comment points to this issue: https://bugs.chromium.org/p/chromium/issues/detail?id=106364... quote: Unfortunately, full autoplay blocking is counter prod…

[deleted]

Re: Google has removed the option to disable autoplay from Mobile Chrome

#178
post #56

Clearly Google was listening to the hoards of users who were incessant in asking that auto-play be mandatory without exception. (I know, sarcasm is lowest form of humor)

Googles users are companies that buy ads, so no need for sarcasm.

Re: Google has removed the option to disable autoplay from Mobile Chrome

#179
post #166
post #143

Earlier quoted context omitted.

It would be nice if the browser knew how big the gifs were before it downloaded them, and thus didn't download anything over a certain size.

Isn't the size in the header? (Which yea, could be faked, or sent as Chunked) the USER-agent could just make a cap, and stop after 1mb when image/gif media type

HTTP allows the body length to be specified in the header before the body is downloaded via the `Content-Length` header. It also allows you to stream the body in chunks by setting the `Transfer-Encoding` header to `chunked`, as you've mentioned, in which case each chunk starts with its own length. In both cases, the length cannot be faked because the recipient will stop pulling bytes after the specified length, as that's the purpose of sending such length (after there's no more bytes according to the latest length, the connection is free to be used for a subsequent response)!

Re: Google has removed the option to disable autoplay from Mobile Chrome

#180
post #133

The Chrome Team really needs to be broken away from Google.

Who is going to pay them?

Firefox did well enough until chrome came along. It even managed to keep up until the recent downsizing. In other words your comment only makes sense if you just woke up from a thirty year long coma.
Post reply on HN