Skip to content

Instantly share code, notes, and snippets.

View Eseath's full-sized avatar

Ruslan /A. Eseath

  • Rambler&Co
  • Russia, Moscow
View GitHub Profile
@Eseath
Eseath / index.html
Last active July 8, 2017 17:09
Imitation copying text to the clipboard in JavaScript
<input class="text" id="text" value="https://google.com">
<style>
.text {
background: none;
border: 0;
box-sizing: border-box;
caret-color: rgba(0, 0, 0, 0);
cursor: pointer; /* default|copy|pointer */
margin: 0;