Hacker News new | ask | show | jobs
by holyjaw 3238 days ago
Is there anyway to disable autoplay videos on bloomberg's website? They're one of the few sites I routinely click through from HN, but the disruption of the autoplay is quite disrespectful, and frankly boils my blood.
4 comments

Firefox:

media.autoplay.enabled = false

Block scripts at one level or another. On that particular page, it goes assets.bwbx.io -> cdn.gotraffic.net -> imasdk.googleapis.com which introduces some XHR from hopx.cedexis.com and (a subdomain of) akamaihd.net, and the video plays.

I love uMatrix.

I usually end-up opening the dev-tools and deleting the html tag...
Just removing <html> does the trick?
I'm assuming they meant deleting the <div class="video-player"> or <video> HTML element itself.
:D
If using chrome try this extension: Disable HTML5 Autoplay. Works pretty well and real life saver on many "disrespectful" sites.