Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxvogy authored Nov 2, 2021
1 parent 79a31ca commit 2b02ed1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,18 @@ NoPrint.js EXAMPLE:
https://pdfanticopy.com/noprint-example.html


<h3>How to Use NoPrint.js</h3>
<br><br>
You can copy this code below and insert into your HTML before </body>:
<br><br>
<i>
<script language="javascript">
<br>
var noPrint=true;<br>
var noCopy=true;<br>
var noScreenshot=true;<br>
var autoBlur=true;<br>
</script><br><br>

<script type="text/javascript" src="https://pdfanticopy.com/noprint.js"></script>
</i>

0 comments on commit 2b02ed1

Please sign in to comment.