olivierdagenais / tampermonkey-copy-url

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

Improve clipboard support #16

Closed olivierdagenais closed 1 year ago

olivierdagenais commented 1 year ago

It's tiring to explicitly give the page focus or to be prevented from copying to the clipboard on sites not hosted via HTTPS, so we fallback to the GreaseMonkey clipboard API if the async Clipboard API refuses to work.