YouTube Permanent ProgressBar

Keeps YouTube progress bar visible all the time.

ผู้เขียน
cccaaannn
จำนวนติดตั้งประจำวัน
1
จำนวนติดตั้งทั้งหมด
521
คะแนน
3 0 0
เวอร์ชัน
0.3
สร้างเมื่อ
10-05-2021
อัปเดตเมื่อ
05-03-2022
สัญญาอนุญาต
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
    }