Greasy Fork is available in English.

gitlab booster

Boost productivity for code reviewers on gitlab

نووسەر
braineo
Daily installs
0
Total installs
7
Ratings
0 0 0
وەشان
1.0.2
Created
2024-09-19
Updated
2024-10-02
مۆڵەت
AGPL-3.0-or-later
Applies to

GitLab booster

This add long missing features in the merge request list and issue detail.

Usage

Install from greasyfork.org

https://greasyfork.org/en/scripts/509169-gitlab-booster

Copy and paste

This is a tampermonkey script, you can also copy and paste into your tampermonkey to enable it.

Self-hosted GitLab instances

If you are using tampermonkey. In the settings of the installed script. Add your site in the User matches

Or add additional match rules in the user script header section.

// @match        https://mygitlab.com/*
// @match        https://yourgitlab.com/*

Preview

merge-request-list-after

issue-detail

Credit

Thanks for the awesome work in this chrome extension https://github.com/Krystofee/gitlab-unresolved-threads, I adopted the unresolved threads to a user script and added other features.