当前位置:网站首页>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
边栏推荐
- Cefsharp stores cookies and reads cookies
- Optimization of especially slow startup in idea debugging mode
- 2021-08-11
- AWS from entry to actual combat: creating accounts
- Log4net is in Net core usage
- How to achieve centralized management, flexible and efficient CI / CD online seminar highlights sharing
- Problem a: face recognition
- Codeforces Round #784 (Div. 4)题解 (第一次AK cf (XD
- Chapter 9 of C language programming (fifth edition of Tan Haoqiang) analysis and answer of exercises for users to establish their own data types
- Super easy to use asynchronous export function of Excel
猜你喜欢
Visual programming -- how to customize the mouse cursor
TCP three handshakes and four waves
AWS from entry to actual combat: creating accounts
L3-011 direct attack Huanglong (30 points)
Section 1 array and slicing in Chapter 6
[mock data] fastmock dynamically returns the mock content according to the incoming parameters
Experiment 5 components and event handling
Supersocket is Use in net5 - concept
MySql关键字GROUP_CONCAT,组合连接查询
QT dynamic translation of Chinese and English languages
随机推荐
C-11 problem I: find balloon
Supersocket is Use in net5 - concept
JSON related
Generate QR code through zxing
批量下載文件----壓縮後再下載
MySQL query specifies that a row is sorted to the first row
【微服务】(十)—— 统一网关Gateway
集合之List接口
Translation of l1-7 matrix columns in 2022 group programming ladder Simulation Competition (20 points)
Romantic silhouette of L2-3 of 2022 group programming ladder Simulation Competition (25 points)
Chapter 9 of C language programming (fifth edition of Tan Haoqiang) analysis and answer of exercises for users to establish their own data types
Basic use of Charles
2022 团体程序设计天梯赛 模拟赛 L2-1 盲盒包装流水线 (25 分)
JS changes the words separated by dashes into camel style
Idempotency practice operation, explaining idempotency based on business
MySql关键字GROUP_CONCAT,组合连接查询
Cefsharp stores cookies and reads cookies
2021-08-31
L3-011 direct attack Huanglong (30 points)
Learn about I / O flow and file operations