Disable Youtube™ HTML5 Player
禁用YouTube HTML5播放器 在YouTube上强制Flash(不是HTML5) 不起作用? 请重新加载页面 “访问所有网站上的数据”添加的权限? 对于嵌入的youtu..
基本信息
- 更新日期:
- 包名:
- enmofgaijnbjpblfljopnpdogpldapoc
- 版本:
- 1.1
- 大小:
- 40.39KiB
- 类型:
- 扩展
- 平台:
- Chrome
- 评分:
- 发布日期:
- 2014-08-28
- 价格:
- 免费
- 开发者:
- whatever-will-be-que-sera-sera.tumblr.com
Disable Youtube™ HTML5 Player插件截图
Disable Youtube™ HTML5 Player插件简介
Disable Youtube™ HTML5 Player 禁用Youtube™HTML5播放器
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);
}
——————————–
中文翻译
禁用YouTube HTML5播放器
在YouTube上强制Flash(不是HTML5)
不起作用?
请重新加载页面
=====
“访问所有网站上的数据”添加的权限?
对于嵌入的youtube视频。
====
程序源
仅此
=–
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=函数(类型){return“”};
document.documentElement.appendChild(脚本);
}
—————————