Jump to content

ITgoD

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Information

  • Sex
    мужской

ITgoD's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. <script> function copyToClipboard(text){ var copytext=document.createElement('input') if(typeof text=='undefined') copytext.value="ВАШ ТЕКСТ" else copytext.value=text document.body.appendChild(copytext) copytext.select() document.execCommand('copy') document.body.removeChild(copytext) } </script><button onClick="copyToClipboard()">Скопировать ответ</button>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy