https://github.com/cccaaannn/youtubepermanentprogressbar
Script to keep YouTube progress bar visible all the time.
https://github.com/cccaaannn/youtubepermanentprogressbar
greasyfork greasyfork-script youtube youtube-progress-bar
Last synced: about 1 month ago
JSON representation
Script to keep YouTube progress bar visible all the time.
- Host: GitHub
- URL: https://github.com/cccaaannn/youtubepermanentprogressbar
- Owner: cccaaannn
- License: mit
- Created: 2023-02-04T21:18:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T23:14:22.000Z (over 1 year ago)
- Last Synced: 2025-10-23T02:49:36.531Z (8 months ago)
- Topics: greasyfork, greasyfork-script, youtube, youtube-progress-bar
- Language: JavaScript
- Homepage: https://greasyfork.org/en/scripts/426283-youtube-permanent-progressbar
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YouTube Permanent ProgressBar
#### Keeps YouTube progress bar visible all the time.
___
 [](https://greasyfork.org/en/scripts/426283-youtube-permanent-progressbar) [](https://greasyfork.org/en/scripts/426283-youtube-permanent-progressbar) [](https://greasyfork.org/en/scripts/426283-youtube-permanent-progressbar) [](https://greasyfork.org/en/scripts/426283-youtube-permanent-progressbar)
**Install script from [greasyfork youtube-permanent-progressbar](https://greasyfork.org/en/scripts/426283-youtube-permanent-progressbar)**
### 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 full screen and window modes.
```javascript
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,
UPDATE_SCRUBBER: true
}
```