04
2024
-
01
网站禁止复制、拖拽 另存为 屏蔽右键
禁止鼠标拖动图片 文字禁止鼠标选中 文字禁止鼠标选中 禁止复制文本
作者:
来源:

<script>
// 禁止右键菜单
document.oncontextmenu = function(){ return false; };
// 禁止文字选择
document.onselectstart = function(){ return false; };
// 禁止复制
document.oncopy = function(){ return false; };
// 禁止剪切
document.oncut = function(){ return false; };
// 禁止粘贴
document.onpaste = function(){ return false; };
//禁止拖拽
$(document).on("dragstart", function(e) {
if (e.target.nodeName.toUpperCase() == "IMG") {
return false;
}
});
//禁用手机端的长按功能
$(document).on('touchstart', function(e) {
e.preventDefault(); // 阻止默认事件发生
});
</script>
最新消息
10-13
08-24
07-14
01-04
07-23
06-07
05-11
05-11
08-06
01-11
01-11
中企动力跨境(北京)网络科技有限公司
WhatsApp:+86 18312005441
邮箱:linjianwei@300.cn
地址:北京市经济技术开发区地盛西路1号数码庄园A2座
关注我们
版权所有 © 2025 中企动力跨境(北京)网络科技有限公司
智慧客服:
Message:
联系电话:
WhatsApp:
E-mail:
导航下拉添加类名.active
在线客服添加返回顶部
右侧在线客服样式 1,2,3 1
图片alt标题设置: 中企动力跨境(北京)网络科技有限公司
表单验证提示文本: Content cannot be empty!
循环体没有内容时: Sorry,no matching items were found.
CSS / JS 文件放置地