Re: Clear the devtool network monitor logs Programming Web Development by rproffitt … that are gone once I exit Chrome or close the devtool. I stopped examining this once I found this log to… I'm running Chrome (or another browser) and having its devtool/view open. For a site to control this log looks… Re: Clear the devtool network monitor logs Programming Web Development by rproffitt … remain unconvinced that an extension should be able to clear devtool logs. The log is just on our PC and used… it's my PC and my choice to open the devtool and log, why is this a security problem? It's… Clear the devtool network monitor logs Programming Web Development by Mr.M Hi DW. Does anyone know how can I clear a devtool network monitor log of a browser using javascript. I know the `console.clear()` only clear the console log not the network monitor tool logs. Re: Clear the devtool network monitor logs Programming Web Development by rproffitt This sounds like a good thing to omit from access from javascript. Otherwise a malicious script could hide its tracks. Re: Clear the devtool network monitor logs Programming Web Development by Mr.M Unfortunately it's not, this is to give a user a privacy because the network request wether it post or get method it parameters can be viewed, so to prevent undesired people from seeing users sensitive information like passwords, the idea at the moment is to clear the logs after such request methods occurred only if that website form is submitted.… Re: Clear the devtool network monitor logs Programming Web Development by Mr.M This is not for a website but for extension. The extension is a password manager which keeps the users credentials secure. To make aa example. When you type your password let say on Daniweb, once you are done typing it, this extension then instantly encrypt your password to make sure even if you are trying to login to your Daniweb account on a … Re: Clear the devtool network monitor logs Programming Web Development by Mr.M Also this is to ensure that even if someone do get your extension logins and try to login to get your Daniweb credentials, so that s/he will try to use your real Daniweb credentials outside the protection of this extension because the extension has the CTA which will not proceed with the login till you grant it access or deny it using your mobile … Re: Clear the devtool network monitor logs Programming Web Development by Mr.M If it's your computer it not a problem, the problem comes when you use public computers, or if a friend borrows your device or someone stole it. Furthermore if someone just happens to get or know your extension master password, as much as that person may not see your saved accounts passwords right a way but by attempting to login doesn't matter … Re: Clear the devtool network monitor logs Programming Web Development by rproffitt A public computer can have keyboard loggers and more. I'm seeing less and less public computers because... Smartphones and chromebooks. Also, public WiFi is a risk that's been mostly mitigated but folk can fall for fake web site login requests. The security issue you are chasing here, and the solution you propose looks to make security worse …