Skip to content

Instantly share code, notes, and snippets.

@manhleo93
Last active November 9, 2017 12:22
Show Gist options
  • Save manhleo93/3324c57c1adec3db8ac627a86c1b38d7 to your computer and use it in GitHub Desktop.
Save manhleo93/3324c57c1adec3db8ac627a86c1b38d7 to your computer and use it in GitHub Desktop.
<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