How do I fully disable WebGL console logs on my browser?

These are the logs that I want to disable if possible.

I was able to get some progress for this issue. I added this line to the UnityProgress.js

console.log = function() {}

And I was able to reduce the logs to something like this: