当前位置:网站首页>It is forbidden to copy content JS code on the website page
It is forbidden to copy content JS code on the website page
2022-07-05 16:49:00 【withkai44】
Add this section to your webpage location js Code
document.onselectstart = new Function('return false');
document.oncontextmenu = new Function('return false');
if (window.sidebar) {
document.onmousedown = new Function('return false');
document.onclick = new Function('return true');
document.oncut = new Function('return false');
document.oncopy = new Function('return false');
}
document.addEventListener('keydown', function (e) {
if (e.keyCode === 83 && (navigator.platform.match('Mac') ? e.metaKey : e.ctrlKey)) {
e.preventDefault();
e.stopPropagation();
}
}, false);
边栏推荐
- Binary tree related OJ problems
- Jarvis OJ Flag
- The new version of effect editor is online! 3D rendering, labeling, and animation, this time an editor is enough
- 2020-2022 two-year anniversary of creation
- 一些认知的思考
- File operation --i/o
- 为季前卡牌游戏 MotoGP Ignition Champions 做好准备!
- 有序链表集合求交集 方法 总结
- 极坐标扇图使用场景与功能详解
- Jarvis OJ 简单网管协议
猜你喜欢

Benji Bananas 会员通行证持有人第二季奖励活动更新一览

Data access - entityframework integration

The new version of effect editor is online! 3D rendering, labeling, and animation, this time an editor is enough

Benji Banas membership pass holders' second quarter reward activities update list

Win11提示无法安全下载软件怎么办?Win11无法安全下载软件

Reduce the cost by 40%! Container practice of redis multi tenant cluster

今日睡眠质量记录79分

普洛斯数据中心发布DC Brain系统,科技赋能智慧化运营管理

【 brosser le titre 】 chemise culturelle de l'usine d'oies

极坐标扇图使用场景与功能详解
随机推荐
HiEngine:可媲美本地的云原生内存数据库引擎
PHP人才招聘系统开发 源代码 招聘网站源码二次开发
Win11 prompt: what if the software cannot be downloaded safely? Win11 cannot download software safely
自己要有自己的坚持
时间戳strtotime前一天或后一天的日期
Summary of methods for finding intersection of ordered linked list sets
树莓派4b安装Pytorch1.11
Seaborn draws 11 histograms
【刷題篇】鹅廠文化衫問題
麻烦问下,DMS中使用Redis语法是以云数据库Redis社区版的命令为参考的嘛
【学术相关】多位博士毕业去了三四流高校,目前惨不忍睹……
Do sqlserver have any requirements for database performance when doing CDC
Oneforall installation and use
One click installation script enables rapid deployment of graylog server 4.2.10 stand-alone version
Cs231n notes (bottom) - applicable to 0 Foundation
Flet教程之 12 Stack 重叠组建图文混合 基础入门(教程含源码)
Twig数组合并的写法
【刷题篇】鹅厂文化衫问题
Detailed explanation of use scenarios and functions of polar coordinate sector diagram
Hiengine: comparable to the local cloud native memory database engine