bithappens / copy-link-bookmarklet

Bookmarklets for copying a link to the currently open page in various formats.
https://bithappens.github.io/copy-link-bookmarklet/
The Unlicense
3 stars 0 forks source link

Error on http pages #13

Closed bithappens closed 1 year ago

bithappens commented 1 year ago

Access to navigator clipboard requires a secure context. This is not available if the bookmarklet is used on a website without SSL encryption.

bithappens commented 1 year ago

As a solution, the code of all bookmarklets needs to be more complex. In case the operation fails, there should be an error message. A simple alert should serve the purpose. Maybe there is a fallback available, see https://stackoverflow.com/q/51805395 .