GitLab MR Viewed File Counter

Displays viewed/total file count on GitLab merge request pages

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
bzly
Denně instalací
0
Celkem instalací
1
Hodnocení
0 0 0
Verze
1.0.1
Vytvořeno
04. 06. 2026
Aktualizováno
04. 06. 2026
velikost
2,4 KB
Licence
GPL-3.0-or-later
Spustit na

Gives you an idea of your progress on a GitLab merge request, for when uncooperative colleagues make too many changes.

Edits the innerText of the 'Changes' pill with a count of items you've marked as viewed, e.g. '99/141'. The background colour will also progressively change between the GitLab 'closed' colour to the 'merged' colour, because I felt like using color-mix.

NOTE: This script patches localStorage.setItem and localStorage.removeItem to observe same-tab storage changes. The native storage event only fires in other tabs, so patching is necessary to react to GitLab marking files as viewed or unviewed in the current tab.