Skip to content

Instantly share code, notes, and snippets.

@kobitoDevelopment
Last active April 25, 2022 06:43
Show Gist options
  • Save kobitoDevelopment/9d69b10dcf15aedc8d68df11f0fdf757 to your computer and use it in GitHub Desktop.
Save kobitoDevelopment/9d69b10dcf15aedc8d68df11f0fdf757 to your computer and use it in GitHub Desktop.
hoge.addEventListener("click", function () {
navigator.clipboard.writeText("コピーさせたい文字列");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment