GitLab MR Viewed File Counter

Displays viewed/total file count on GitLab merge request pages

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
bzly
Dziennych instalacji
0
Wszystkich instalacji
1
Oceny
0 0 0
Wersja
1.0.1
Utworzono
04-06-2026
Zaktualizowano
04-06-2026
Rozmiar
2,39 KB
Licencja
GPL-3.0-or-later
Dotyczy

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.