Show / hide debug console

It would be nice to show and hide the debug console.

I made a bookmaklet for this:

CodePen - Matomo show / hide console

javascript:void function(){var x=document.getElementById("mtmDebugFrame");"none"===x.style.display?x.style.display="block":x.style.display="none"}();

Greetings

1 Like

Thanks for the bookmarklet.
Sorry to ruin your embedded CodePen, but I prefer if the Matomo did not make requests to third-party sites (like Google fonts in this case)