当前位置:网站首页>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);
边栏推荐
- Jarvis OJ Webshell分析
- [61dctf]fm
- Explain in detail the functions and underlying implementation logic of the groups sets statement in SQL
- 帮忙看看是什么问题可以吗?[ERROR] Could not execute SQL stateme
- tf. sequence_ Mask function explanation case
- 数据访问 - EntityFramework集成
- The new version of effect editor is online! 3D rendering, labeling, and animation, this time an editor is enough
- 极坐标扇图使用场景与功能详解
- 10 minutes to help you get ZABBIX monitoring platform alarm pushed to nail group
- You should have your own persistence
猜你喜欢

Solve cmakelist find_ Package cannot find Qt5, ECM cannot be found

OneForAll安装使用

Seaborn draws 11 histograms

Jarvis OJ 远程登录协议

Explain in detail the functions and underlying implementation logic of the groups sets statement in SQL

Games101 notes (II)

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

中国广电正式推出5G服务,中国移动赶紧推出免费服务挽留用户

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

Starkware: to build ZK "universe"
随机推荐
【刷题篇】鹅厂文化衫问题
怎样在电脑上设置路由器的WiFi密码
中国广电正式推出5G服务,中国移动赶紧推出免费服务挽留用户
Jarvis OJ Webshell分析
Jarvis OJ webshell analysis
清晰还原31年前现场,火山引擎超清修复Beyond经典演唱会
Clear restore the scene 31 years ago, volcanic engine ultra clear repair beyond classic concert
解决CMakeList find_package找不到Qt5,找不到ECM
详解SQL中Groupings Sets 语句的功能和底层实现逻辑
新春限定丨“牛年忘烦”礼包等你来领~
Yarn common commands
[vulnerability warning] cve-2022-26134 conflict Remote Code Execution Vulnerability POC verification and repair process
Benji Banas membership pass holders' second quarter reward activities update list
[deep learning] how does deep learning affect operations research?
麻烦问下,DMS中使用Redis语法是以云数据库Redis社区版的命令为参考的嘛
Starkware: to build ZK "universe"
Detailed explanation of use scenarios and functions of polar coordinate sector diagram
Jarvis OJ simple network management protocol
Hiengine: comparable to the local cloud native memory database engine
Jarvis OJ Flag