Anyone know how to actually block autoplay video these days?
I tried firefox's "media.autoplay.enabled;false","media.autoplay.ask-permission;true","media.autoplay.block-event.enabled;true" but none of this seems to work anymore. uBlock origin doesn't seem to do this in any super easy way (that I tried).
I put a small amount effort into this; digging around in the source of a few sites, reading event traces, trying to work out the relationships between elements and so on. I'm not really a front end guy so I'm not sure if i'm failing due to ineptitude, things being generated and deployed in a way that makes them hard to read, or if they're deliberately obfuscated. Sounds like you believe the latter. Securing video start metrics from user interference must be... ahem, pretty highly incentivized.
a half a day of googling for people who have solved the problem, and experimenting with 3 different chrome extensions and some under the hood settings.
i'm a back-end developer, but it seems like unless you're going to go as far as using the noscript extension, there's no way to stop the various video injection scripts. but I only used Chrome, so if Firefox is better I honestly might consider switching. I know Firefox has a mute-all-tabs-by-default setting/addon , which mitigates a lot of my problems with web video.
I tried firefox's "media.autoplay.enabled;false","media.autoplay.ask-permission;true","media.autoplay.block-event.enabled;true" but none of this seems to work anymore. uBlock origin doesn't seem to do this in any super easy way (that I tried).