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.

Autor
dunstorm
Dnevne instalacije
0
Ukupnih instalacija
0
Ocjene
0 0 0
Verzija
0.1
Stvoreno
05.04.2023.
Ažurirano
05.04.2023.
Licenza
MIT
Primjenjuje se

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.