摘要: <script type="text/javascript"> // 禁止鼠标右击 document.oncontextmenu = function() { return false; }; // 禁用开发者工具F12 document.onkeydown = document.onkeyup = 阅读全文
posted @ 2023-08-29 18:04 逻辑短路 阅读(181) 评论(1) 推荐(1) 编辑
摘要: /* NoPrint.js V1.0 Created by PDFAntiCopy.com */ const noPrint = true; const noCopy = true; const noScreenshot = true; const autoBlur = false; if (noC 阅读全文
posted @ 2023-08-29 17:48 逻辑短路 阅读(135) 评论(0) 推荐(1) 编辑
摘要: initWatermark() { // 创建一个canvas const canvas = document.createElement('canvas'); // 设置画布的宽高 canvas.width = 200; canvas.height = 200; // 获取画笔 const ctx 阅读全文
posted @ 2023-08-29 10:07 逻辑短路 阅读(106) 评论(0) 推荐(1) 编辑