Greasy Fork is available in English.

YouTube Permanent ProgressBar

Keeps YouTube progress bar visible all the time.

Ili estas versioj de tiu ĉi skripto, kie la kodo estas ĝisdatigita. Montri ĉiujn versiojn

  • v0.4 2025/01/10

    Scrubber update added.

  • v0.3 2022/03/05
  • v0.2 2021/06/20

    You can now 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
        }
    
  • v0.1 2021/05/10