Youtube - tag title

Tag tab's title to add more informations: duration, channel, date, age, ...

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
Achernar
Daily installs
1
Total installs
5
Ratings
0 0 0
Version
0.5.6
Created
2026-03-16
Updated
2026-03-23
Size
7.53 KB
License
N/A
Applies to

Tag tab's title by adding more informations: duration, channel, date, age, ...

Available infos are:

  • duration in hours:minutes - 1:25 (1h 25min) , :03 (3min) , :01 (below 1 min 30)
  • separator: (configurable)
  • title
  • channel name
  • date of publication - with time elapsed until now (at the time the tag is generated)
  • date of last update - with time elapsed until now (at the time the tag is generated)
    The elapsed time format is: 2y11m20d or 15:27. Minutes are dropped when the first day is reached, and hours after a few days. The value for months is a rought approximation. Whichever the real length of the month, old is old.

As you can see in the screenshot, the default format is: duration sep title sep channel sep date0septimefrom date0 (elapsed)

After the userscript has been run at least once, the format is written in the userscript storage. Look in your userscript manager (tampermonkey or another "monkey" supporting the feature).

The syntax is as follow:

  • %d : duration
  • %T : title
  • %s : separator
  •   : literal space
  • %c : channel name
  • %t0 : date published
  • %t : date last updated
    %t0 and %t support (s) to use the separator between date and time.

You can go to the configuration of the userscript in the script manager to edit the format as well as change the symbol used as separator.

The default value is: "%d %s %T %s %c %s %t0(s)"

List all Youtube fixes