GitLab - show absolute timestamps

Replaces relative GitLab timestamps with their full title

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

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

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
mcAnswer
일일 설치 수
0
총 설치 수
0
평점
0 0 0
버전
1.0
생성일
2026-08-14
갱신일
2026-08-14
크기
1.3KB
라이선스
CC0-1.0
적용 사이트

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.