The package disables the inspect element feature of the browser by disabling right-click and shortcut keys which can open the elements inspector for the website.
The package can be utilized in your preferred way. You can either use the direct link of the file through the CDN or install it using the npm registry.
To use the package through the CDN link simply copy and paste the code below in the footer section of your HTML file.
<script src="https://cdn.jsdelivr.net/npm/disable-inspect@1/dist/main.js"></script>
<script>disableInspect();</script>
To install the package from the npm registry, copy and paste the command below in the terminal.
npm i disable-inspect
Next, import the method disableInspect
from the package and call it in the file you want to use it.
import { disableInspect } from "disable-inspect";
disableInspect();
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities. I will appreciate that a lot. Also please add your name to the credits.
Kindly follow me on twitter!
Moreover, To keep this and my other open source projects ongoing You can also support me on Patreon by clicking on the button below.
The MIT License (MIT). Please see License File for more information.