Skip to content

Commit d9b1c70

Browse files
authored
Added config support
1 parent 7e7ee70 commit d9b1c70

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,14 @@ In your HTML File, add the following code:
77
```html
88
<script src="./fuckdevtools.js"></script>
99
```
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`
1019
## License
1120
Apache License 2.0

0 commit comments

Comments
 (0)