Skip to content

Commit

Permalink
Added values
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoggybrad authored Dec 31, 2022
1 parent f782482 commit 626a19a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,19 @@
<script src="pwa/service_worker_check.js"></script>
<script src="pwa/service_worker_main.js"></script>

<style>
* {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}
</style>

<script>
window.addEventListener("contextmenu", e => e.preventDefault());
</script>

</body>
</html>

0 comments on commit 626a19a

Please sign in to comment.