YouTube Permanent ProgressBar

Keeps YouTube progressbar visible all the time.

当前为 2021-06-20 提交的版本,查看 最新版本

作者
cccaaannn
评分
0 0 0
版本
0.2
创建于
2021-05-10
更新于
2021-06-20
大小
6.4 KB
许可证
MIT
适用于

YouTube Permanent ProgressBar

Keeps YouTube progress bar visible all the time.


Features

  • No additional css required.
  • Works with new (chaptered) videos.

Options

You can change some options from the script.

  • Update interval.
  • Progress bar opacity separately for fullscreen and window modes.
    options : {
        UPDATE_INTERVAL : 500,                   // Update interval in milliseconds, decrease for smoother progress movement or increase for performance.
        PROGRESSBAR_OPACITY_WINDOW : 1,          // Progress bar opacity on window mode between 0 - 1.
        PROGRESSBAR_OPACITY_FULLSCREEN: 0.5,     // Progress bar opacity on fullscreen mode between 0 - 1.

        UPDATE_VIDEO_TIMER : true,
        UPDATE_PROGRESSBAR : true,
        UPDATE_BUFFERBAR : true
    }