I have an adblocker installed, which means that whenever I open up Chrome's console I'm greeted by dozens of net::ERR_BLOCKED_BY_CLIENT
entries.
I can filter them out with something like ^((?!net::ERR_BLOCKED_BY_CLIENT).)+$
, but filters are not persisted, so I have to do this constantly.
Is there a more permanent solution available, such as saving console filters or maybe a config/preference that can be edited?