You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script src='https://cdn.jsdelivr.net/npm/disable-devtool'></script>
<script>
DisableDevtool({
// The parameters are the same as in 3.1
})
</script>
However, with this I can select text, but I can't right click to hit copy.
Also can someone tell me how to add an error instead of a redirect if someone tries to open the console?
Also how can I choose to press Inspect but it returns an error or nothing can be done?
The text was updated successfully, but these errors were encountered:
Hi, I am using the following configuration;
<script src='https://cdn.jsdelivr.net/npm/disable-devtool'></script> <script> DisableDevtool({ // The parameters are the same as in 3.1 }) </script>However, with this I can select text, but I can't right click to hit copy.
Also can someone tell me how to add an error instead of a redirect if someone tries to open the console?
Also how can I choose to press Inspect but it returns an error or nothing can be done?
The text was updated successfully, but these errors were encountered: