Eloston / disable-html5-autoplay

[CURRENTLY UNMAINTAINED] An extension for Chromium-based browsers that disables autoplay of HTML5 audio and video
GNU General Public License v3.0
241 stars 46 forks source link

Calgary Herald Videos still autoplaying #46

Open ve6rah opened 8 years ago

ve6rah commented 8 years ago

When I went to the Calgary Herald site today and opened an article containing and HTML5 video, the video still played despite this extension. Address: http://www.calgaryherald.com/business/alberta+reveals+more+details+carbon+levy+rebates/11866119/story.html

Element from the web page: <video id="ooPlayer0container_Player_html5_api" data-account="4077388043001" data-player="4a521d08-c17d-425f-ba6e-dddedfd26d9a" data-embed="default" data-setup="{&quot;techOrder&quot;: [&quot;html5&quot;, &quot;hls&quot;, &quot;flash&quot;]}" class="vjs-tech" preload="none" style="display: block;" src="http://cdnbakmi.kaltura.com/p/1698541/sp/169854100/playManifest/entryId/0_6gmjjsc8/flavorParamId/487051/format/url/protocol/http/a.mp4"></video>

Browser: Chrome Version 50.0.2661.75 beta (64-bit) Extension: Disable HTML5 Autoplay Version 0.6.1

Eloston commented 8 years ago

Thanks for reporting. It doesn't autoplay as long as there are no input events while the video loads.

ve6rah commented 8 years ago

If an input event is not over the video itself it shouldn't affect the desire to stop the video from playing.

On Thu, 21 Apr 2016 at 14:40 Eloston notifications@github.com wrote:

Thanks for reporting. It doesn't autoplay as long as there are no input events while the video loads.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/Eloston/disable-html5-autoplay/issues/46#issuecomment-213105586

Eloston commented 8 years ago

Actually, any key presses, mouse clicks, or touch events anywhere in the page during video loading will trigger autoplaying.

I'm rewriting the algorithms in 0.7, so this will no longer apply.

ve6rah commented 8 years ago

Thanks, that would definitely help this bug

On Thu, 21 Apr 2016 at 15:31 Eloston notifications@github.com wrote:

Actually, any key presses, mouse clicks, or touch events anywhere in the page during video loading will trigger autoplaying.

I'm rewriting the algorithms in 0.7, so this will no longer apply.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/Eloston/disable-html5-autoplay/issues/46#issuecomment-213121701