Greasy Fork is available in English.

YouTube exakter Hochladezeitpunkt

Fügt YouTube-Videos den exakten Hochladezeitpunkt mit Uhrzeit hinzu

< Rückmeldungen aufYouTube exakter Hochladezeitpunkt

Rezension: Gut - Skript funktioniert

§
Veröffentlicht: 07.09.2022

Thank you so much for this script! userscripts are always on point compared to extensions. Anyway i'm from italy so i can send you things translated (in the script i removed the if just leaving this italian part). The questions from Cool722 helped me a lot. Well done

var DATE_PATTERN = "DD MMMM YYYY"; // https://momentjs.com/docs/#/parsing/string-format/
var TIME_PATTERN = "HH:mm:ss"; // https://momentjs.com/docs/#/parsing/string-format/
var DATETIME_COMBINE_PATTERN = " [alle] "; // https://momentjs.com/docs/#/parsing/string-format/
var SCHEDULED_LIVESTREAM_START = "Diretta pianificata per il: ";
var SCHEDULED_PREMIERE_START = "Premiere pianificata per il: ";
var ONGOING_LIVESTREAM_START = "Diretta attiva dalle ";
var ONGOING_PREMIERE_START = "Premiere attiva dalle ";
var ENDED_LIVESTREAM_START = "Diretta del ";
var ENDED_PREMIERE_START = "Premiere del ";
var DATETIME_UNTIL_PATTERN = " fino ";
var SINCE = "Dalle";
var TODAY_AT = "Oggi alle ";

Btw i removed uhr i saw in german means clock, you wanted to add a clock emoji?

Wissidi domVerfasser
§
Veröffentlicht: 07.09.2022

Thank you for the italian translation, will help me when I implement more languages. Yes "Uhr" in german means clock or watch, but it is also written after like every time everywhere where an time is given, not just in this script, but also e. g. in almost every blog article or smth.

Antwort schreiben

Anmelden um eine Antwort zu senden.