当前位置:网站首页>The principle and solution of not allowing pasting in an English Network
The principle and solution of not allowing pasting in an English Network
2022-04-23 03:28:00 【Python code doctor】
Code that prohibits right clicking :
$('body').bind('contextmenu', function() {
return false;
});
The original code of an English Network

Code that cannot be copied :
$('body').bind("selectstart",function(){
return false;});
resolvent
Ban js: Open Google browser , choice “ Set up ” – choice “ Privacy settings ” – Options “ The content Settings ” – choice “JavaScript” – choice “ No website is allowed to run JavaScript”, Refresh after setting .( This method can be pasted but cannot be submitted , Hee hee )
LOOK THIS
1、 Enter the composition interface
2、 Press F12 Function keys ( The premise is that the keyboard is in the function key state , Instead of multimedia key state ), Enter the code area
3、 Click in Console
4、“$('#contents').unbind();” Copy and paste into the code area below , Knock back , Get it done 【! Remember to remove the double quotes around this line of code 】
版权声明
本文为[Python code doctor]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220619243694.html
边栏推荐
- 12. < tag linked list and common test site synthesis > - lt.234 palindrome linked list
- Oracle query foreign keys contain comma separated data
- Supersocket is Use in net5 - concept
- Advanced sorting - fast sorting
- When migrating tslib_ setup: No such file or directory、ts_ open: No such file or director
- A comprehensive understanding of static code analysis
- oracle 查询外键含有逗号分隔的数据
- WinForm allows the form form to switch between the front and active states
- MySQL之explain关键字详解
- [vs Code] solve the problem that the jupyter file displays exceptions in vs code
猜你喜欢

MySQL之explain关键字详解

Build websocket server in. Net5 webapi

Knowledge of software testing~

IDEA查看历史记录【文件历史和项目历史】
![Idea view history [file history and project history]](/img/b2/3128105eca7449c55146ce3b9e5c2e.png)
Idea view history [file history and project history]

Un aperçu des flux d'E / s et des opérations de fichiers de classe de fichiers

Unity knowledge points (ugui)

Course design of Database Principle -- material distribution management system

Unity knowledge points (common core classes)

Optimization of especially slow startup in idea debugging mode
随机推荐
Web Course Design - his system
Chapter 7 of C language programming (fifth edition of Tan Haoqiang) analysis and answer of modular programming exercises with functions
Visual programming - Experiment 1
你真的懂hashCode和equals吗???
Utgard connection opcserver reported an error caused by: org jinterop. dcom. common. JIRuntimeException: Access is denied. [0x800
Translation of l1-7 matrix columns in 2022 group programming ladder Simulation Competition (20 points)
File upload vulnerability summary and upload labs shooting range documentary
Test questions and some space wars
2021-08-11
Oracle query foreign keys contain comma separated data
Applet - WXS
JS calculates the display date according to the time
EasyUI's combobox implements three-level query
C interface
poi根据数据创建导出excel
Query stored procedures in PostgreSQL
Database - MySQL -- Navicat import SQL error 1067 - invalid default value for 'paydate‘
Huawei mobile ADB devices connection device is empty
Chapter 8 of C language programming (fifth edition of Tan Haoqiang) is good at using pointer exercises to analyze and answer
移植tslib时ts_setup: No such file or directory、ts_open: No such file or director