olivierdagenais / tampermonkey-copy-url

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

feat: prefer Confluence's "Tiny link" (shortlink) #49

Closed olivierdagenais closed 8 months ago

olivierdagenais commented 8 months ago

Implements #46.

Manual testing

GIVEN

I temporarily configured my browser with a build of this branch

WHEN

I visited https://confluence.columbia.edu/confluence/display/CONFDOCS/Create+and+Edit+Pages (which is running Confluence 7.19.18) and activated the "Copy as Markdown" action.

THEN

The clipboard contained:

[Create and Edit Pages](https://confluence.columbia.edu/confluence/x/14KCCg)

AND

Visiting https://confluence.columbia.edu/confluence/x/14KCCg I am taken to the page I started with.

Mission accomplished!