GitLab - show absolute timestamps

Replaces relative GitLab timestamps with their full title

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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 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.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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!)

Autor
mcAnswer
Installationen heute
0
Installationen gesamt
0
Bewertungen
0 0 0
Version
1.0
Erstellt am
14.08.2026
Letzte Aktualisierung
14.08.2026
Größe
1,3 KB
Lizenz
CC0-1.0
Wird angewandt auf

This script replaces GitLab’s relative timestamps, such as “4 months ago”, with the full date and time taken from the element’s title attribute, for example: “Monday, March 23, 2026 at 6:03:24 PM GMT+1”.

It also handles elements loaded dynamically by GitLab, so it works on pages such as commits, pipelines, merge requests, and activity views.

By default, the script can be configured for gitlab.com. If you use a self-hosted GitLab instance, adjust the @match entry in the script header accordingly, for example:

// @match        https://gitlab.example.com/*

You can add multiple @match entries if you want the script to work on several GitLab instances.