to using commands that were previously submitted by bringing focus to the console and pressing up/down key on it. I want to remove all of the recent command. I've tried this command :
console.clear();
but it's still not working properly. I even clean the whole cookies and cache in the browser. but these commands still there on the console. does anyone know how?
Use the short cut Ctrl + L to clear the console. Use the clear log button on the top left corner of the chrome dev tools console to clear the console.
Re: How do I get rid of the "Console" Command Menu on PC. Just press the ~ key. Pretty much the universal console key.
Whenever you are working chrome, try this: Press F12 and open the developer tools. On the refresh button, on the top left of the browser window, do a right click.
You can now just right click on the console area and select "Clear console history".
If you want to clear the list of last typed commands, follow these steps:
(Step 1 and 2 are important, don't skip them!)
chrome-devtools://devtools
.Right-click on the item with key "consoleHistory", and choose "Delete".
Done! You may close the new console, and then dock the previous one if wanted. The console history will be gone when you reload the console.
If you just want to clear the console log (not the commands), just press Ctrl + L.
You could also use Incognito mode if you don't want to keep the list of commands you're going to type.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With