Is there a way to toggle on/off the "Issues" tab in the Chrome dev tools console? It's a noble idea but I don't need it all the time. (Sorry I'm not allowed to post pictures inline but the links are below)
The tab appears regardless of logging level
The only way I know to hide it is to click "Go to Issues"
Clicking that button opens the lower console, and then I have to close the Issues tab every single time. I'm only working on a handful of pages and most of the issues are warnings that are out of my control (Same-Site cookies from 3rd parties etc.).
Open Chrome DevTools. Press Control+Shift+P or Command+Shift+P (Mac) to open the Command Menu. Start typing javascript , select Disable JavaScript, and then press Enter to run the command. JavaScript is now disabled.
Press Command+Option+J (Mac) or Control+Shift+J (Windows, Linux, ChromeOS) to open the Console, right here on this very page.
# Open the Issues tab Open DevTools. Click the Go to Issues button in the yellow warning bar. Alternatively, select Issues from the More tools menu. Once you're on the Issues tab, click the Reload page button if necessary.
To disable Javascript console, we need to throw an exception in the get accessor by checking if the property attached by chrome developer tool exists.
The Issues tab in Chrome DevTools reduces the notification fatigue and clutter of the Console. Use it to find solutions to problems detected by the browser, such as cookie issues and mixed content. Future versions of Chrome will support more issue types.
Here’s how it’s done. The easiest way to access the JavaScript options menu on Google Chrome is by entering this URL in the address bar in Chrome: If you want to get there the old-fashioned way, you’ll need to select the three vertical dots icon in the top-right corner of the browser window.
Figure 1. The Command Menu Start typing javascript, select Disable JavaScript, and then press Enter to run the command. JavaScript is now disabled. Figure 2. Selecting Disable JavaScript in the Command Menu
Good news. Chrome 85 will show it less frequently. https://bugs.chromium.org/p/chromium/issues/detail?id=1068116#c25
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