插件介绍
禁用YouTube HTML5播放器
Force Flash on YouTube(不是html5)
不工作吗?
请重新加载页面
===============================
"在所有网站上访问你的数据"增加了权限?
用于嵌入YouTube视频。
===============================
项目来源
只有这
--------------------------------
如果(location.hostname.match (/ ^ www.youtube.com/i)) {
var script = document.createElement("脚本");
脚本。type = " text / javascript”;
脚本。textContent = ' document.createElement .constructor.prototype(“视频”)。canPlayType = function(type){return ""}';
document.documentElement.appendChild(脚本);
}
--------------------------------
Disable YouTube HTML5 player
Force Flash on YouTube (not html5)
doesn't work?
please reload page
===============================
"Access your data on all websites" added permission?
for embedded youtube videos.
===============================
program source
Only this
--------------------------------
if(location.hostname.match(/^www.youtube.com/i)) {
var script = document.createElement("script");
script.type = "text/javascript";
script.textContent = 'document.createElement("video").constructor.prototype.canPlayType = function(type){return ""}';
document.documentElement.appendChild(script);
}
--------------------------------
浏览器插件安装详细步骤:Chrome浏览器如何安装插件扩展
- 上一篇:VisBug
- 下一篇:ElasticSearch Head
我在Mac上运行Chrome,突然间视频开始在HTML5播放器中播放,而不是在Flash播放器中。
我不是在HTML5的尝试,按钮说加入,而不是离开,我已经尝试加入和离开尝试和切换一些东西,但这没有工作。我甚至试过在URL的末尾添加&html5=false,但似乎都不起作用。
有人知道怎么把它切换回Flash Player吗?
禁用Youtube HTML5 Player (enmofgaijnbjpblfljopnpdogpldapoc):禁用Youtube HTML5 Player Force Flash在Youtube上(不是HTML5)不工作?请重新加载页面 =============================== " 访问您的数据在所有网站上“添加权限吗?内嵌YouTube视频. ...
由于 HTML5 的效率问题 , 其实会影响到视频的效率 , 我也是在网上看到的 , 然后亲自试验了下 … 确实有效果 … 因为 FLash 的播放器没有哪个详细数据的显示了 .. 大家重点看 360 的那个小球上的网速 .
测试下来 , 当 1080p 在 html5 播放器无法流畅播放的时候 ,flash 播放器非常流畅 … 大家不妨一试 .