网站禁止右键,网站禁止复制的js代码
网站禁止右键,网站禁止复制的js代码
<!--禁止右键代码:-->
<script>
function stop(){
return false;
}
document.oncontextmenu=stop;
</script>
<body onselectstart="return false">
<script>
function clear(){
Source=document.body.firstChild.data;
document.open();
document.close();
document.title="禁止查看源代码";
document.body.innerHTML=Source;
}</script>
<SCRIPT LANGUAGE=javascript><!–
if (top.location != self.location)top.location=self.location;
// –></SCRIPT>
<!--the end-->
最近访问时间:2025-04-30 16:39:28