I noticed a few websites i use do that when i open the console. I don’t know if it may cause performance issues but it looks like abusing something. It happens so fast that screen flickers.

I don’t know why browsers allow this and wonder if there is a simple setting to disable that action in somewhere like about:config?

  • shrugal@lemm.ee
    link
    fedilink
    arrow-up
    14
    ·
    7 months ago

    You can run console.clear = () => {} in the console to override and disable the clear method.