Gitlab Copy Commit Link Instead of SHA

This is a Tampermonkey user script that enhances the Gitlab user interface by adding a button that copies the commit link to the clipboard instead of just the commit SHA.

Tekijä
dunstorm
Päivittäiset asennukset
0
Asennuskerrat
0
Arvostelut
0 0 0
Versio
0.1
Luotu
5.4.2023
Päivitetty
5.4.2023
Lisenssi
MIT
Käytössä

Gitlab Copy Commit Link Instead of SHA

This is a Tampermonkey user script that enhances the Gitlab user interface by adding a button that copies the commit link to the clipboard instead of just the commit SHA.

Installation

To use this script, you must have Tampermonkey installed in your browser. Once installed, click on the Tampermonkey icon in your browser and select "Create a new script". Copy and paste the code from above into the script editor and save the file. The script will now be active whenever you visit a Gitlab commit page.

How it works

The script works by selecting all commit items on the Gitlab page and then finding the link to the commit. It then duplicates the "Copy commit SHA" button and adds it to the commit's avatar cell. Finally, it modifies the cloned button to copy the commit link instead of just the commit SHA.