Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更新日志

## 3.5.4 [2022/10/9]

* 增加低版本webkit内核的兼容

## 3.5.3 [2022/9/28]

* 优化数字键调速的双击反应时间
Expand Down
6 changes: 5 additions & 1 deletion dist/h5player.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// @name:de HTML5 Video Player erweitertes Skript
// @namespace https://github.com/xxxily/h5player
// @homepage https://github.com/xxxily/h5player
// @version 3.5.3
// @version 3.5.4
// @description 视频增强脚本,支持所有H5视频网站,例如:B站、抖音、腾讯视频、优酷、爱奇艺、西瓜视频、油管(YouTube)、微博视频、知乎视频、搜狐视频、网易公开课、百度网盘、阿里云盘、ted、instagram、twitter等。全程快捷键控制,支持:倍速播放/加速播放、视频画面截图、画中画、网页全屏、调节亮度、饱和度、对比度、自定义配置功能增强等功能,为你提供愉悦的在线视频播放体验。还有视频广告快进、在线教程/教育视频倍速快学等能力
// @description:en Video enhancement script, supports all H5 video websites, such as: Bilibili, Douyin, Tencent Video, Youku, iQiyi, Xigua Video, YouTube, Weibo Video, Zhihu Video, Sohu Video, NetEase Open Course, Baidu network disk, Alibaba cloud disk, ted, instagram, twitter, etc. Full shortcut key control, support: double-speed playback/accelerated playback, video screenshots, picture-in-picture, full-screen web pages, adjusting brightness, saturation, contrast
// @description:zh 视频增强脚本,支持所有H5视频网站,例如:B站、抖音、腾讯视频、优酷、爱奇艺、西瓜视频、油管(YouTube)、微博视频、知乎视频、搜狐视频、网易公开课、百度网盘、阿里云盘、ted、instagram、twitter等。全程快捷键控制,支持:倍速播放/加速播放、视频画面截图、画中画、网页全屏、调节亮度、饱和度、对比度、自定义配置功能增强等功能,为你提供愉悦的在线视频播放体验。还有视频广告快进、在线教程/教育视频倍速快学等能力
Expand Down Expand Up @@ -2526,6 +2526,10 @@ const monkeyMsg = {
monkeyMsg._monkeyMsgBroadcastHandler_ = monkeyMsg._monkeyMsgBroadcastHandler_ || [];
handler instanceof Function && monkeyMsg._monkeyMsgBroadcastHandler_.push(handler);

if (monkeyMsg._hasMonkeyMsgBroadcast_) {
return broadcastName
}

monkeyMsg.on(broadcastName, function () {
monkeyMsg._monkeyMsgBroadcastHandler_.forEach(handler => {
handler.apply(null, arguments);
Expand Down
7 changes: 7 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,12 @@ module.exports = {
before: '<pre class="vue-container"><code>',
after: '</code></pre>'
}],
['@vssue/vuepress-plugin-vssue', {
platform: 'github',
owner: 'xxxily',
repo: 'h5player',
clientId: 'b2787c5555a91423a313',
clientSecret: 'b1d7a9f103ea218f0ba31d5eeb1b1598d0b0c7a6'
}]
]
}
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ footer: GPL Licensed | Copyright © 2022-present Blaze
如果我的努力给你带来了便利,请不要吝啬你的赞赏

![如果我的努力给你带来了便利,请不要吝啬你的赞赏](/assets/img/donate.png)

<Vssue :title="$title" />
2 changes: 2 additions & 0 deletions docs/home/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,5 @@
如果我的努力给你带来了便利,请不要吝啬你的赞赏

![如果我的努力给你带来了便利,请不要吝啬你的赞赏](./img/donate.png)

<Vssue :title="$title" />
2 changes: 2 additions & 0 deletions docs/home/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,5 @@
如果我的努力给你带来了便利,请不要吝啬你的赞赏

![如果我的努力给你带来了便利,请不要吝啬你的赞赏](./img/donate.png)

<Vssue :title="$title" />
10 changes: 10 additions & 0 deletions docs/home/changeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 更新日志

## 3.5.4 [2022/10/9]

* 增加低版本webkit内核的兼容

## 3.5.3 [2022/9/28]

* 优化数字键调速的双击反应时间
* 修复tips频繁出现的问题
* 修复对多邻国网站的兼容

## 3.5.2 [2022/9/26]

* 增加倍速跳跃式调节的能力
Expand Down
2 changes: 2 additions & 0 deletions docs/home/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,5 @@
当视频画面的右上角出现:`全局模式:off` 字样时,则意味你的触发焦点调整成功了:

![global_mode_off](./img/global_mode_off.jpg)

<Vssue :title="$title" />
2 changes: 2 additions & 0 deletions docs/home/q&a.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@
如果你非常需要这个功能,而又有一定编程基础,恭喜你,插件是完全开源的,你可以fork一份,加上自己的逻辑即可

同时补充一句:`鄙视那种一言不合,因为没有他们想要的功能就给插件差评的人,鄙视那种不尊重他人辛劳付出,随便恶言相向的人`

<Vssue :title="$title" />
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"docs:build": "vuepress build docs"
},
"dependencies": {
"@vssue/api-github-v3": "^1.4.7",
"@vssue/vuepress-plugin-vssue": "^1.4.8",
"local-storage-proxy": "^4.0.3",
"lodash": "^4.17.21",
"vue": "2.7.10"
Expand Down
2 changes: 1 addition & 1 deletion src/h5player/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// @name:de HTML5 Video Player erweitertes Skript
// @namespace https://github.com/xxxily/h5player
// @homepage https://github.com/xxxily/h5player
// @version 3.5.3
// @version 3.5.4
// @description 视频增强脚本,支持所有H5视频网站,例如:B站、抖音、腾讯视频、优酷、爱奇艺、西瓜视频、油管(YouTube)、微博视频、知乎视频、搜狐视频、网易公开课、百度网盘、阿里云盘、ted、instagram、twitter等。全程快捷键控制,支持:倍速播放/加速播放、视频画面截图、画中画、网页全屏、调节亮度、饱和度、对比度、自定义配置功能增强等功能,为你提供愉悦的在线视频播放体验。还有视频广告快进、在线教程/教育视频倍速快学等能力
// @description:en Video enhancement script, supports all H5 video websites, such as: Bilibili, Douyin, Tencent Video, Youku, iQiyi, Xigua Video, YouTube, Weibo Video, Zhihu Video, Sohu Video, NetEase Open Course, Baidu network disk, Alibaba cloud disk, ted, instagram, twitter, etc. Full shortcut key control, support: double-speed playback/accelerated playback, video screenshots, picture-in-picture, full-screen web pages, adjusting brightness, saturation, contrast
// @description:zh 视频增强脚本,支持所有H5视频网站,例如:B站、抖音、腾讯视频、优酷、爱奇艺、西瓜视频、油管(YouTube)、微博视频、知乎视频、搜狐视频、网易公开课、百度网盘、阿里云盘、ted、instagram、twitter等。全程快捷键控制,支持:倍速播放/加速播放、视频画面截图、画中画、网页全屏、调节亮度、饱和度、对比度、自定义配置功能增强等功能,为你提供愉悦的在线视频播放体验。还有视频广告快进、在线教程/教育视频倍速快学等能力
Expand Down
Loading