I came across a website that runs this code:
function check(){console.clear();before = new Date().getTime();…
^^^^^^^^^^^^^^^
on load, discarding valuable console messages. How can I make Firefox
ignore console.clear()
globally?
I wonder why that even exists in the first place. It should not be possible for a website to delete potentially relevant debugging output.