GitLab MR Viewed File Counter

Displays viewed/total file count on GitLab merge request pages

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

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

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.

(I already have a user style manager, let me install it!)

ავტორი
bzly
დღიური ინსტალაციები
0
მთლიანი ინსტალაციები
1
რეიტინგი
0 0 0
ვერსია
1.0.1
შექმნილია
04.06.2026
განახლებულია
04.06.2026
Size
2,39 KB
ლიცენზია
GPL-3.0-or-later
გამოყენებს მათ

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.