Youtube exact upload

Adds exact upload time to youtube videos

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
Wissididom
Günlük kurulumlar
0
Toplam kurulumlar
1.789
Değerlendirmeler
12 1 2
Versiyon
1.1
Oluşturulma
27.03.2021
Güncellenme
28.02.2026
Boyut
20 KB
Lisans
MIT
Geçerli

Youtube exact upload

Adds the time to the upload timestamp above the video.

Infos

The time update can take up to 5 seconds (when the website is loaded, a request is made to the YouTube Data API v3 and its value is then set).

The formats of the constants in the source code need to be checked and possibly adjusted (default values in quotes):

  • DATE_PATTERN: "dd.MM.yyyy" Example: 27.03.2021.
  • TIME_PATTERN: "HH:mm:ss" Example: 22:00:00
  • DATETIME_COMBINE_PATTERN: " 'at' "
  • SCHEDULED_LIVESTREAM_START: "Livestream scheduled for: "
  • SCHEDULED_PREMIERE_START: "Premiere scheduled for: "
  • ONGOING_LIVESTREAM_START: "Active Livestream since "
  • ONGOING_PREMIERE_START: "Active Premiere since "
  • ENDED_LIVESTREAM_START: "Livestream from "
  • ENDED_PREMIERE_START: "Premiere from "
  • DATETIME_UNTIL_PATTERN: " until "
  • SINCE: "Since"
  • TODAY_AT: "Today at "
  • AGE_RESTRICTED: " - FSK 18";
  • SHOW_REFRESH: true;
  • REFRESH_TIMESTAMP: "⟳";
  • SHOW_UNDERLINE_ON_TIMESTAMP: false;
  • YT_API_KEY: "YouTube API-Key"

For the first 3 constants, ' must be around the text which should not be formatted.

In the counter of active livestream or premieres, days are appended in front, if the livestream is longer than 24 hours (two or more digits).

The API key must be created at https://console.developers.google.com/ (YouTube Data API v3) and the script asks for it when it is run on youtube.

Known Bugs

If a livestream or a premiere changes from scheduled to active or from active to finished, the script does not get it (If someone knows how I get the change or in which yt-event you could listen there, I could include it).