this post was submitted on 26 Feb 2024
20 points (100.0% liked)

Firefox

18050 readers
169 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 13 points 10 months ago (1 children)

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

[โ€“] muntedcrocodile 3 points 10 months ago

I should add that as a greesemonky script