How to disable console.log messages based on criteria from specific javascript source (method, file) or message contents

Preamble The beginning discusses how stuff works in general. If you just care for the code, skip Introduction and scroll to the Solution heading. Introduction Problem: there is a lot of console noise in a web application. A significant amount of that noise is coming from third party code which we do not have access … Read more