ff-youtube-all-html5 icon indicating copy to clipboard operation
ff-youtube-all-html5 copied to clipboard

Play all videos on YouTube with your preferred settings (size, quality, playback rate, …) without cookies using only HTML5

Results 4 ff-youtube-all-html5 issues
Sort by recently updated
recently updated
newest added

**YouTube ALL HTML5** is **Not compatible with Firefox Quantum**. please fix this .... _i love this addon_

Please use this code to support for Youtube SPF ``` var MutationObserver = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver; var observer = new MutationObserver(function(mutations) { if (mutations[0].attributeName === 'class' && mutations[0].target.classList.contains("page-loaded"))...

Currently, the feature only works for videos directly accessed on their own pages. Would be great if it would also disable autostart for "introduction" videos and YouTube channel front pages.

enhancement

Should be doable for iframe embeds by modifying the urls on demand and removing the autostart query part.

enhancement