Add copy to clipboard button to all preformat code in pure Javascript
As with many new APIs, navigator.clipboard
is only supported for pages served over HTTPS. To help prevent abuse, clipboard access is only allowed when a page is the active tab. Pages in active tabs can write to the clipboard without requesting permission, but reading from the clipboard always requires permission.
https://developers.google.com/web/updates/2018/03/clipboardapi