Replaces relative GitLab timestamps with their full title
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.