Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide errors containing a specific word from Chrome developer console

I need to hide some errors (that contain "props.style"):

enter image description here

enter image description here

that are contaminating my developer console. I figure hiding them by the word will be best. I have tried adding a few regex patterns on SO such as this one, to the filter, but they seem to hide all errors. How do I hide just the errors with "props.style" in them?

like image 395
BeniaminoBaggins Avatar asked Jun 16 '26 08:06

BeniaminoBaggins


1 Answers

Use the negative filter: -props.style

Regular expressions also work: -/props\.style/

like image 200
Kayce Basques Avatar answered Jun 20 '26 03:06

Kayce Basques



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!