<script type="text/javascript">
document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text " 本篇文章來源于 www. 原文鏈接:" location.href; clipboardData.setData("text", text); } }, 100 ) }
</script>