document.addEventListener('copy', function(e) { e.clipboardData.setData('text/plain', 'wtfbbq'); e.preventDefault();});