document.addEventListener("copy", function(e) { e.preventDefault(); e.clipboardData.setData('text/plain', "てすと"); });