olivierdagenais / tampermonkey-copy-url

A Tampermonkey userscript to copy nice-looking URLs to the clipboard.
MIT License
0 stars 0 forks source link

feat: add support for Jira issues #8

Closed olivierdagenais closed 1 year ago

olivierdagenais commented 1 year ago

Manual testing

Given

I created a special userscript from the output of npm run build in a dedicated browser.

When

I visit https://issues.jenkins.io/browse/JENKINS-69135 and activate the script.

Then

The following pop-up appears:

image

When

I visit https://jira.atlassian.com/browse/BSERV-12252 and activate the script.

Then

The following pop-up appears:

image

Mission accomplished!