document.body.oncopy = function (){setTimeout(function(){if(clipboardData.getData("text")){clipboardData.setData("text","\n");}},100)} 
