B 站的直播的 HTML5 播放器
当前为
B 站直播 HTML5 播放器。可以看弹幕/发弹幕。
我只在 Chrome 56 + Tampermonkey 测试过,其他平台不保证可用
为什么弹幕里包含第一句那句巨长的代码?
注意:是 https://github.com/weizhenye/Danmaku 的代码!
弹幕就是用到了它,但是 greasefork 规定 require 一个脚本的链接必须经过它的认证,且现在没有认证的 CDN 收录了这个脚本,就这样上线吧。但是这样又违反了另外一个规定,代码“不得混淆/压缩”……
下面是 MIT 协议的内容:
Copyright (C)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.