Prevent amators from copying and saving your website (does not protect against professionals haha!)
- Status
- Bugs and feature requests
- Installation
- Features
- Versioning
- Changelog
- Team
- Code of Conduct
- Copyright and License
Have a bug or a feature request? Before opening a new issue search for existing and closed issues. If your problem or idea is not addressed yet, open a new issue.
- Download and copy files to your project
- Add JS to your project (inline is recommended):
<script>Paste script here</script>
- Place
<script>
right after opening<body>
tag. - Ready to use!
Script disables the following key combinations:
- Mouse Right-Click
- CTRL + A - Select all
- CTRL + C - Copy
- CTRL + P - Print
- CTRL + S - Save
- CTRL + U - Open Source Code
- CTRL + X - Cut
- CTRL + Shift + I - Developer Tools
- CTRL + Shift + J - Developer Tools
- F12 - Developer Tools
- CSS
user-select:none
Disable-keys will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:
<major>.<minor>.<patch>
For last releases see detailed CHANGELOG.
We will behave ourselves if you behave yourselves. For more details see our CODE OF CONDUCT.
Code released under the Unlicense.