当前位置:网站首页>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);
边栏推荐
- How was the middle table destroyed?
- 养不起真猫,就用代码吸猫 -Unity 粒子实现画猫咪
- Cheer yourself up
- Jarvis OJ Flag
- Jarvis OJ shell流量分析
- Keras crash Guide
- Spring Festival Limited "forget trouble in the year of the ox" gift bag waiting for you to pick it up~
- Win11提示无法安全下载软件怎么办?Win11无法安全下载软件
- yarn 常用命令
- Do sqlserver have any requirements for database performance when doing CDC
猜你喜欢

How was the middle table destroyed?

Jarvis OJ Flag

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

养不起真猫,就用代码吸猫 -Unity 粒子实现画猫咪

Hiengine: comparable to the local cloud native memory database engine

Accès aux données - intégration du cadre d'entité

How to set the WiFi password of the router on the computer

Jarvis OJ 远程登录协议

Spring Festival Limited "forget trouble in the year of the ox" gift bag waiting for you to pick it up~

Pspnet | semantic segmentation and scene analysis
随机推荐
Domestic API management artifact used by the company
Benji Bananas 会员通行证持有人第二季奖励活动更新一览
普洛斯数据中心发布DC Brain系统,科技赋能智慧化运营管理
怎样在电脑上设置路由器的WiFi密码
Do sqlserver have any requirements for database performance when doing CDC
PHP strict mode
How to use FRP intranet penetration +teamviewer to quickly connect to the intranet host at home when mobile office
DeSci:去中心化科学是Web3.0的新趋势?
数据访问 - EntityFramework集成
Binary tree related OJ problems
有序链表集合求交集 方法 总结
深潜Kotlin协程(二十一):Flow 生命周期函数
[js] skill simplification if empty judgment
Jarvis OJ simple network management protocol
一些认知的思考
Summary of methods for finding intersection of ordered linked list sets
BS-XX-042 基于SSM实现人事管理系统
Summary of PHP pseudo protocol of cisp-pte
Explain in detail the functions and underlying implementation logic of the groups sets statement in SQL
Practice independent and controllable 3.0 and truly create the open source business of the Chinese people