disable-devtool icon indicating copy to clipboard operation
disable-devtool copied to clipboard

displaying warning with message "You are not allow to use DEVTOOL! 【type = 6】"

Open mohsinaliryk opened this issue 1 year ago • 4 comments

How to disable the console.warn message "You ar not allow to use DEVTOOL! 【type = 6】" which is logged when devtools is opened.

mohsinaliryk avatar Oct 08 '22 16:10 mohsinaliryk

There is no way to disable this warn message, why you need to do this? Could you please paste you code? @mohsinaliryk

theajack avatar Oct 09 '22 00:10 theajack

Several reasons why this needs to be done:

  1. Typos. The correct message should be "You are not allowed...." (missing "e" from are, and "allowed" instead of allow).
  2. Customization of the message.
  3. Translation

pkExec avatar May 23 '23 08:05 pkExec

Also, this commit, is NOT reflected to current npm version (0.3.4) which I think is what happens here.

pkExec avatar May 23 '23 09:05 pkExec

I don't like this message either and want a way to disable and/or customize it.

shaunroselt avatar Apr 22 '24 20:04 shaunroselt