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.

Skapare
dunstorm
Dagliga installationer
0
Totala installationer
0
Betyg
0 0 0
Version
0.1
Skapad
2023-04-05
Uppdaterad
2023-04-05
Licens
MIT
Gäller för

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.