GitLab - show absolute timestamps

Replaces relative GitLab timestamps with their full title

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

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

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 betiği yüklemek için bir betik yöneticisi eklentisi yüklemeniz gerekecektir.

(Zaten bir betik yöneticim var, hadi yükleyelim!)

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
mcAnswer
Günlük kurulumlar
0
Toplam kurulumlar
0
Değerlendirmeler
0 0 0
Versiyon
1.0
Oluşturulma
14.08.2026
Güncellenme
14.08.2026
Boyut
1,3 KB
Lisans
CC0-1.0
Geçerli

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.