-
-
Save manhleo93/3324c57c1adec3db8ac627a86c1b38d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="https://sites.google.com/site/bituotblog/disable-copy.js"></script> | |
<style> | |
body{ | |
-moz-user-select: none !important; | |
-webkit-touch-callout: none!important; | |
-webkit-user-select: none!important; | |
-khtml-user-select: none!important; | |
-moz-user-select: none!important; | |
-ms-user-select: none!important; | |
user-select: none!important; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment