YePpHa / YouTubeCenter

YouTube Center is a userscript designed to expand the functionality of YouTube. It includes the ability to download the video you're watching, auto selecting your preferred video quality and much more.
MIT License
2.89k stars 520 forks source link

Youtube forces HTML5 in nightly 33 conflict with YTcenter #691

Open bskyb-backport opened 10 years ago

bskyb-backport commented 10 years ago

youtube is forcing html5 player upon firefox 33 what causes conflict with this extension - page always tries html5 player first when the flash player is selected in the extension settings http://youtube.com/html5 doesn't allow to disable html5 in firefox 33 aggressive flash option seems to be designed to fight youtube html5 but it doesn't enable the wmode to direct if you need accelerated playback then you can disable youtube forcing by changing user agent in about:config -> by adding to general.useragent.override option this string -> Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0 effectively masking your nightly as an aurora browser you can obtain your OS specific user agent here http://www.ex.ua/whois you can use this extension instead of about:config for a site specific user agent https://addons.mozilla.org/en-US/firefox/addon/uacontrol/ to able to use user agent 33 on some cutting edge websites

yunasc commented 10 years ago

But why YTC Agressive Flash not working?