Skip to content

Instantly share code, notes, and snippets.

@mis101247
Last active March 18, 2020 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mis101247/5ebc9a2e9148b581080c944bb61936bd to your computer and use it in GitHub Desktop.
Save mis101247/5ebc9a2e9148b581080c944bb61936bd to your computer and use it in GitHub Desktop.
ChromeBookmarkJS
javascript:(function(){const el = document.createElement('textarea');el.value = 'Copy Me!!';document.body.appendChild(el);el.select();document.execCommand('copy');document.body.removeChild(el);})();
// 複製內容至剪貼簿
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment