Greasy Fork is available in English.

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
Instalações hoje
0
Total de instalações
0
Avaliações
0 0 0
Versão
0.1
Criado
05/04/2023
Atualizado
05/04/2023
Licença
MIT
Aplicável a

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.