Google Chrome Will No Longer Autoplay Content With Sound In January 2018 (venturebeat.com) 81
Starting next year, Google Chrome will only autoplay a given piece of content when the media won't play sound or the user has indicated an interest in the media. The company was experimenting with such an option last month, but now it looks to be part of the browser's roadmap. VentureBeat reports: Chrome 63 will add a new user option to completely disable audio for individual sites. This site-muting option will persist between browsing sessions, allowing users to customize when and where audio will play. Chrome 64 will take the controls to the next level. By this version, Google's browser will allow autoplay to occur only when users want media to play. Here is Google's timeline for making autoplaying sound more consistent with user expectations in Chrome: September 2017: Site muting available in Chrome 63 Beta, begin collecting Media Engagement Index (MEI) data in Chrome 62 Canary and Dev; October 2017: Site muting available in Chrome 63 Stable, autoplay policies available in Chrome 63 Canary and Dev; December 2017: Autoplay policies available in Chrome 64 Beta; January 2018: Autoplay policies available in 64 Stable.
So, how about video? (Score:5, Insightful)
Google, I know you own youtube. But FFS I don't want 99.999% of the videos websites want to push on me. I don't want them eating up my bandwidth. I don't want them sucking up my memory. I flat out do not fucking want auto play video to do anything but fail for me.
RTFS (Score:1)
I hate autoplay video. I never want to see them, and they suck up my bandwidth even when I set them to stop (they keep loading , thinking I'll change my mind).
Google, I know you own youtube. But FFS I don't want 99.999% of the videos websites want to push on me. I don't want them eating up my bandwidth. I don't want them sucking up my memory. I flat out do not fucking want auto play video to do anything but fail for me.
Read the fucking SUMMARY.
Chrome 64 will take the controls to the next level. By this version, Google's browser will allow autoplay to occur only when users want media to play.
Re: (Score:2)
That's a pretty good decision, it might not be perfect and there may be sites out there that circumvents it.
But whenever I get an autoplay video on a web page I feel the urge to poke out the eardrums and eyes of anyone that decided it was a good idea.
Only on dedicated video pages like YouTube, Vimeo etc. it's OK since that's their primary purpose.
Re: (Score:2)
I don't want youtube autoplaying either. I want to open it up and read the description and other details before deciding when I want to press play.
Re: (Score:2)
Ditto. But not because I want to read the description, I want to open the video links in new tabs. I don't want them to start playing immediately because I might open 3-4 videos I'm interested in watching and then they all start playing together in a mish-mash of sound. Just open the video and let it wait for me, because I'll eventually get to it and watch it. Wh
Re: (Score:3)
Why'd it take them so long? In fact, why does *any* browser allow auto-playing video? It should have been disallowed and blocked by the browsers as soon as the advertisers started doing it.
Re: (Score:2)
Not understood - I've had Firefox set to not auto-play media for a least a couple of years now, why wouldn't you just do the same if you hate auto-playing videos that much?
February? (Score:5, Funny)
Google Chrome Will No Longer Autoplay Content With Sound In January 2018
But what about February?
Re: (Score:1)
Google Chrome Will No Longer Autoplay Content With Sound In January 2018
But what about February?
That might be a real concern.
Re: (Score:2)
There will always be someone finding a way around that block. Consuming your bandwidth.
Autistic or distrustful ? (Score:3)
He's intentionally misinterpreting the "In January 2018" part of the title to mean "only during January 2018, and not outside of that month"
Is he ? really ?
Or maybe he's starting to get really distrustful of Google and ready that in February 2018, we'll get huge announcement that "google has decided to back-pedal on their 'no-autoplay' feature following important back-lash" (trans.: the advertisers were unhappy, and that might have jeopardized our shareholders plan to buy yet another Porsche).
Given that apart from a few android license (for the "full official google experience" beyond AOSP), and the recently introduced You Tube Red, and micro d
Re: (Score:2)
(trans.: the advertisers were unhappy, and that might have jeopardized our shareholders plan to buy yet another Porsche).
You've got to be kidding. The Google execs aren't going to waste their time with such cheap-ass cars, they're probably buying Bugattis.
And The Arms Race Continues..... (Score:2)
And you won't be able to browse the site.
Re: (Score:2)
Can't RTFA (Score:2)
And when a Slashdot story's featured article is on such a site, watch the other users give you a hard time for not having Read The Featured Article.
Re: (Score:2)
Re: (Score:1)
Re: (Score:2)
Then those sites can get F***ED as far as I'm concerned. They're a plague on the internet and they can die a slow, cashless, death. Good riddance to bad rubbish, and get the hell off my lawn! Damn teenagers :-)
Re: (Score:1)
I have found that on some sites if you just block javascript entirely, the site displays the text/image content properly, but the annoying junk doesn't happen. An example is The Spectator, which normally lets you view a few articles each month and then blocks unless you are a subscriber. If you use NoScript to not allow any javascript from The Spectator, all the text/image content is usable all the time.
Re: (Score:2)
And I don't browse the site. The people who think that their article surrounded by screaming advertisements for stuff I don't want and wouldn't buy is something I NEED, have vastly oversold that idea to themselves. I just click somewhere else. Vital information has more than one source. Everything else is entertainment and I can find something else to entertain me.
Why then? (Score:2)
Do some Google advertising deals for autoplay videos with sound expire on 12/31?
Re: (Score:3)
It's because autoplaying videos is better for Facebook than YouTube right now.
Browsers should have limits (Score:5, Insightful)
Anything 'multimedia' should get a placeholder that needs to be clicked before it even starts to download, never mind play.
Anything cross-site should be blocked - scripts, images, style sheets... I don't care. Host it on your own server or proxy it or it shouldn't display. And in addition to being hosted on the same site, a script shouldn't be allowed to request resources from any site but the one it is loaded from.
Cookies... I can't think of a good way to stop cookies from being used as trackers except to have it be standard that they use plain language tags and browsers offer a pop-up to show the cookies the site you're currently on is using or has placed on your system, along with the ability to delete any values you want.
Re: (Score:2)
Anything 'multimedia' should get a placeholder that needs to be clicked before it even starts to download, never mind play.
Anything cross-site should be blocked - scripts, images, style sheets... I don't care. Host it on your own server or proxy it or it shouldn't display. And in addition to being hosted on the same site, a script shouldn't be allowed to request resources from any site but the one it is loaded from.
Cookies... I can't think of a good way to stop cookies from being used as trackers except to have it be standard that they use plain language tags and browsers offer a pop-up to show the cookies the site you're currently on is using or has placed on your system, along with the ability to delete any values you want.
Google provides analytics, advertising, and identity provision (among other things). All of these services are implemented as cross-site, at least in part.
They also make Chrome.
Re: (Score:2)
Anything cross-site should be blocked - scripts, images, style sheets... I don't care. Host it on your own server or proxy it or it shouldn't display.
So instead of each site that uses jQuery pointing to the same (https) googleapis.com URL, every site should keep a copy of it. That means the browser would download the entire 150kB (minified) script for each site embedded the library instead of downloading it once and using the cache-control HTTP header to control caching. This will be excellent for bandwidth and load times. My understanding is that modern browsers have JS interpreters that keep hot code in a JIT cache as well to save CPU cycles rebuilding
Use vanilla, drop IE pre-11, and add privacy (Score:2)
That or site operators should ask themselves if a site really needs jQuery at all [youmightno...jquery.com] as opposed to a lighter-weight framework that runs on top of vanilla [vanilla-js.com]. In fact, if a site presents mostly static documents, it can present a view that doesn't require script at all. This is a lot easier now that IE 9 and earlier have reached their end of official support, and IE 11 requires far fewer heavyweight polyfills.
"But I have users who still use unsupported versions of Internet Explorer!" Count them again. If you still
Re: (Score:2)
Uhuh. Stop using the most popular libraries on the web to switch for something no one has ever heard of.
I don't care one bit about unsupported versions of IE. But rewriting vast parts of the web to fix something that isn't at all broken, no one has time for that . . .
Re: (Score:2)
Uhuh. Stop using the most popular libraries on the web to switch for something no one has ever heard of.
In case you didn't read or misunderstood the pages I linked, "vanilla" means coding directly to the W3C DOM, which is practical in all major supported browsers. Besides, once the user has loaded five sites that use five different version numbers of jQuery hosted by Google, it's just as bad as five sites each self-hosting their own copy of jQuery.
something that isn't at all broken
Every site causing users to make their browsing habits known to Google through the Cookie:, ETag:, and Referer: request headers is broken.
how about off by default (Score:5, Insightful)
Re: (Score:2)
How about the 4th sentence of the quoted text in the summary?
How about reading past a headline before commenting?
Re: (Score:2)
I am using Disable HTML5 autoplay [google.com] and must say, it works excellently. I recommend it.
Re: (Score:3)
How about some nice, flexible options to allow you to control how video and other elements are handled. I certainly don't want video to autoplay anywhere - with sound or otherwise. Though it might be nice for it to start buffering automatically - but only enough so that if I were to hit play there'd be enough for it to start playing immediately. Currently, for example, Huffington Post insists on including autoplay video on almost every story it posts. I almost never want to view it. Especially, since t
Thank you (Score:2)
<eom>
Re: Dear Firefox (Score:2, Informative)
about:config, then search for autoplay, set to false. done.
Re: (Score:2)
> about:config, then search for autoplay, set to false. done.
But that method won't save something to the hard drive saying which porn sites I have set to automute and which porn sites I have set to autoplay. Why have a single simple configuration setting when I can have an archive of every site I've ever been to with video on it, incidentally next to my chosen audio setting, stored in a config file I'll never find?
Oh thank fucking god (Score:2)
As stated in the title.
I respect the needs of websites that I views needs to make money but what a pain in my fucking ass.
Re: (Score:2)
Re: (Score:2)
Well for starters I'm sure you get ads in these videos to. I've never been to a news site that didnt run them with there news videos. It's literally why they do autoplay on their websites so you have to watch at least part of their ads.
After that, i generaly dont want the video version of the news as it takes longer to digest and i cant skip around to the parts I'm interested as easily.
It's always nice to see them come around (Score:2)
Even if it takes 9 yeares. If I had wanted your website to make noise I would have licked my finger and rubbed it across the monitor. [archive.org]
Google Chrome doesn't ... (Score:3, Informative)
... auto-play now, because I use Firefox with AdBlockPro, uBlock Origin, and NoScript.
It takes a long time for me to temporarily allow shit to load, but that's that.
Re: (Score:2)
I just use a video autoplay blocker extension for Chrome (along with uBlock Origin and javascript switcher).
Re: (Score:2)
That has to be the longest way about it
About:config, then find "media.autoplay.enabled", set to disabled.
Re: (Score:2)
That's a single-issue resolution.
I'm not interested in that.
NoScript turns just about ALL scripts and calls to remote locations into single-issue issues.
Hmmmm (Score:2)
Re: (Score:1)
It seems google is more and more deciding whats good and whats bad, all they really should do is create a browser that does what the website asks it to do and not decide to do something else.
Even if the website wants to download malware, send spam, etc.?
Re: (Score:3)
A web browser should do what the end user asks the website to do. Not what the website asks the browser to do to the end user.
Re: (Score:2)
Are you a malware writer, or do you work for an advertising company?
Re: (Score:2)
CNN (Score:2)
Why not now? (Score:3)
Recommended autoplay policy (Score:2)
1. Leave site
2. Don't come back
That would get autoplay removed pretty quick. This is not like ads that they need to make money, it's just being a dick.
Re: (Score:2)
Computers are tools that automate things, so we don't have to do every little thing manually. Your suggestion isn't workable: it means I have to keep a blacklist of sites in my brain, and constantly watch out for them to avoid autoplaying video. It's much easier to have a browser (or extension) that simply blocks the autoplaying video so I don't waste my bandwidth on it, and then I can decide if I feel like staying on the site at that point or not. If I have to go to the site and experience the auto-play
Web audio API? (Score:2)
Does this apply to sounds played with the web audio API or just embedded videos?
In other news (Score:2)
From February 2018, Firefox will only autoplay a given piece of content when the media won't play sound or the user has indicated an interest in the media.
It won't, except when it will (Score:2)
Convoluted logic. https://www.youtube.com/watch?... [youtube.com]
I think I'll have to draw one of them there Venn diagrams.
Autoplay (Score:2)