如何在 Chrome 控制台中过滤掉包含空格的值?

Slb*_*box 6 console google-chrome filter google-chrome-extension

我们需要过滤掉的字符串是:Unchecked runtime.lastError: "sync" is not available in this instance of Chrome

我们没有可以在此处针对删除的单个唯一单词,也没有可以排除的特定文件名。输入任何带有空格的值,例如-"in this instance of chrome"或 ,-/in this instance of chrome/都会导致来自每个源的所有日志消息被过滤掉。是否可以解决这个问题,而不必使用正则表达式做一些非常荒谬和笨拙的事情?

不完全可读,但似乎唯一有效的是:-/in\sthis\sinstance\sof\schrome/