当前位置:网站首页>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
边栏推荐
- 打卡:4.23 C语言篇 -(1)初识C语言 - (12)结构体
- ThreadLocal 测试多线程变量实例
- Explication détaillée des fonctions send () et recv () du programme Socket
- Unity knowledge points (ugui)
- File upload vulnerability summary and upload labs shooting range documentary
- Codeforces Round #784 (Div. 4)題解 (第一次AK cf (XD
- Experiment 6 input / output stream
- Batch download of files ---- compressed and then downloaded
- Applet - more than two pieces of folding and expansion logic
- Codeforces Round #784 (Div. 4)题解 (第一次AK cf (XD
猜你喜欢

When migrating tslib_ setup: No such file or directory、ts_ open: No such file or director

Flink customizes the application of sink side sinkfunction

Using swagger in. Net5

Visual programming - Experiment 1

移植tslib时ts_setup: No such file or directory、ts_open: No such file or director

Code forces round # 784 (DIV. 4) solution (First AK CF (XD)

Fiddler use
![General testing technology [1] classification of testing](/img/f1/d80b6793b6443cbc4048d7e6319f51.png)
General testing technology [1] classification of testing

Charles uses three ways to modify requests and responses

可以接收多种数据类型参数——可变参数
随机推荐
JSON related
全新的ORM框架——BeetlSQL介绍
JS takes out the same elements in two arrays
Test questions and some space wars
第四次作业
C set
Basic use of Charles
数据库表中不建索引,在插入数据时,通过sql语句防止重复添加(转载)
Log4net is in Net core usage
Visual programming - drawing assignment
TCP three handshakes and four waves
通过 zxing 生成二维码
socket编程 send()与 recv()函数详解
There is no index in the database table. When inserting data, SQL statements are used to prevent repeated addition (Reprint)
2022 团体程序设计天梯赛 模拟赛 L2-3 浪漫侧影 (25 分)
2022 团体程序设计天梯赛 模拟赛 L1-7 矩阵列平移 (20 分)
JS inheritance
[mock data] fastmock dynamically returns the mock content according to the incoming parameters
你真的懂hashCode和equals吗???
Problem a: face recognition