I was wondering if I could clear up the console with some command.. console.log(), can print… is there a command to clear up console?.. I’ve tried to console.log(console); and...
  • May 25, 2022
  • 0 Comments
Is there a simpler (native perhaps?) way to include an external script file in the Google Chrome browser? Currently I’m doing it like this: document.head.innerHTML += '<script src="https://example.com/file.js"></script>'; 11...
  • May 21, 2022
  • 0 Comments
Is there a way to disable SQL query logging when I’m executing commands in the console? Ideally, it would be great if I can just disable it and re-enable...
  • May 18, 2022
  • 0 Comments