YouTube: End Time Display

Dynamically displays end time based on playback speed and time remaining.

Maker
SeyTi01
Dagelijks aantal installaties
0
Totaal aantal installaties
40
Beoordelingen
0 0 0
Versie
1.1
Gemaakt op
20-01-2024
Bijgewerkt op
21-01-2024
Grootte
3,31 KB
Licentie
MIT
Wordt toegepast op

This is a userscript that dynamically displays the end time of a YouTube video based on the current playback speed and the remaining time of the video.

Features

  • Dynamically calculates and displays the end time of the video based on playback speed and remaining time.
  • The script uses either a 24-hour or 12-hour format, based on the configuration.

Configuration

You can configure the script by modifying the CONFIG object in the script:

  • USE_24_HOUR_TIME: Set to true to use a 24-hour time format. Set to false to use a 12-hour time format.
  • ADD_TO_MINI_PLAYER: Set to true to display the end time on mini players.
  • UPDATE_INTERVAL: The interval (in milliseconds) at which the end time is updated.