We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7ee70 commit d9b1c70Copy full SHA for d9b1c70
README.md
@@ -7,5 +7,14 @@ In your HTML File, add the following code:
7
```html
8
<script src="./fuckdevtools.js"></script>
9
```
10
+## Config
11
+To config, go to fuckdevtools.js and edit this section:
12
+```js
13
+// The CONFIG:
14
+var disable_right_click = /* If this was true, the user cannot right click and if they do, they see alert DevTools? */ true;
15
+var disable_f12 = /* If this was true, users cannot do f12 */ true;
16
+var disable_csi = /* if this was true, users cannot do control shift i */ true;
17
+```
18
+and change the boolean. `true` or `false`
19
## License
20
Apache License 2.0
0 commit comments