Pull request commit progress counter

When viewing a commit in a PR, show the number of commits and the position of the current commit in that list to make review progress more visible.

Verze ze dne 12. 09. 2025. Zobrazit nejnovější verzi.

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
matthijskooijman
Hodnocení
0 0 0
Verze
2025-09-12
Vytvořeno
12. 09. 2025
Aktualizováno
12. 09. 2025
Size
2,3 KB
Licence
CC0-1.0-Universal, https://creativecommons.org/publicdomain/zero/1.0/
Spustit na

# Pull request comment context

This is a script that runs locally in your browser (via an extension
like Greasemonkey) and improves a pull-request review workflow on
(currently only) Github when code is reviewed commit-by-commit.

Github does not show any ready indication of where the currently viewed
commit is in the list of commits in the PR, making it impossible to
quickly see how far along a review is.

This script is simple: Whenever a single-commit page is opened, it finds
the list of commit and finds the current commit in that list, and writes
both to the page. For example, the "(3 / 5)" below is added by this
script:

![Screenshot](https://codeberg.org/matthijs/greasemonkey-pr-commit-progress/media/branch/main/docs/Screenshot.png)

Changes
-------
For a detailed list of changes, see [the changelog on
Codeberg](https://codeberg.org/matthijs/greasemonkey-pr-commit-progress/src/branch/main/CHANGELOG.md).

License
-------
This script was written by Matthijs Kooijman.

The contents of this repository are made available under CC0, meaning
any copyright or similar rights are waived as far as possible and this
content can be used in any way (including relicensing) by anyone.

For the full CC0, see: https://creativecommons.org/publicdomain/zero/1.0/