CDA.pl Enhancer

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

目前为 2021-02-05 提交的版本。查看 最新版本

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

Script contains enhancements for CDA.pl video player.

List of enhancements:

  • script automatically chooses the best quality of a video (you can turn off the option by setting bestQualityEnable property to false in the config object)
let config = {
  bestQualityEnable: false,
  hotkeysEnable: true, // if you don't want hotkeys also, then uninstall the script ¯\_(ツ)_/¯
...
  • press m to mute video,
  • press f to switch fullscreen.