CDA.pl Enhancer

Script contains features like auto best quality choose and some hotkeys for CDA.pl website.

目前为 2021-06-18 提交的版本,查看 最新版本

作者
DaveIT
评分
0 0 0
版本
0.2.1
创建于
2021-02-05
更新于
2021-06-18
大小
2.5 KB
许可证
暂无
适用于

Script contains enhancements for CDA.pl video player.

List of enhancements:

  • script automatically chooses the best quality of a video by refreshing page (you can turn off the option by setting bestQualityAutoSet property to false in the config object) and sets links to the HD version in next video and also in video suggestions (bestQualityEnable option).
let config = {
  bestQualityAutoSet: false,
  bestQualityEnable: true,
  hotkeysEnable: true,
...
  • press m to mute video,
  • press f to switch fullscreen.