olivierdagenais / tampermonkey-copy-url

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

fix: correctly match on everything #3

Closed olivierdagenais closed 1 year ago

olivierdagenais commented 1 year ago

It turns out that @match * didn't actually match "everything" and ultimately, @match *://*/* did.