pdfjs禁止复制、水印加深
This commit is contained in:
@@ -36,7 +36,15 @@ See https://github.com/adobe-type-tools/cmap-resources
|
||||
<script src="viewer.js"></script>
|
||||
</head>
|
||||
|
||||
<body tabindex="1">
|
||||
<body tabindex="1"
|
||||
leftmargin="0"
|
||||
οncοntextmenu="return false"
|
||||
οndragstart="return false"
|
||||
onselectstart="return false"
|
||||
οnselect="document.selection.empty()"
|
||||
οncοpy="document.selection.empty()"
|
||||
onbeforecopy="return false"
|
||||
οnmοuseup="document.selection.empty()">
|
||||
<div id="outerContainer">
|
||||
|
||||
<div id="sidebarContainer">
|
||||
|
||||
Reference in New Issue
Block a user