GitLab - show absolute timestamps

Replaces relative GitLab timestamps with their full title

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
mcAnswer
Installazioni giornaliere
0
Installazioni totali
0
Valutazione
0 0 0
Versione
1.0
Creato il
14/08/2026
Aggiornato il
14/08/2026
Dimensione
1,3 KB
Licenza
CC0-1.0
Applica a

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.