防止文章被复制,右键另存或查看源代码,将下面的脚本添加到</body>之前即可。(火狐下也可使用,看代码)
如果是WP,可以保存为一个nocopy.php,放在mod文件夹,使用<?php include ('mod/nocopy.php'); ?>来引用:

<script type="text/Javascript">
<!--
document.oncontextmenu=function(e){return   false;};
document.onselectstart=function(e){return   false;};
//-->
</script>
<style>
body{
-moz-user-select:none;
}
</style>
<script type="text/Javascript"><!--
if (top.location != self.location)top.location=self.location;
// --></script>
<noscript><iframe src=*.html></iframe></noscript>