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.