gpt4 book ai didi

google-chrome - 是否可以使用否定文本过滤 Chrome 控制台日志?

转载 作者:行者123 更新时间:2023-12-03 04:47:15 29 4
gpt4 key购买 nike

给定控制台日志输出,例如:

...
app.js:4408 update w/ model.location: Discovering
app.js:4408 update w/ action: Animate 911583 { width = 320, height = 480 }
app.js:4408 update w/ model.location: Discovering
app.js:4408 update w/ action: Animate 911609 { width = 320, height = 480 }
app.js:4922 some other log message
app.js:1923 yet another thing on the console
...

是否可以让 Chrome 删除所有包含“Animate”一词的行?

我尝试过使用 negative lookahead就像: Chrome 中的 .*(?!Animate).* (另请参阅: How to negate specific word in regex? ),但运气不佳。

正则表达式已在 regexpal 进行了测试:

Regex tested at regexpal.com

但在 Chrome 中没有效果:

Chrome dev tools showing no effect from regex filtering

如果能够只输入“!Animate”或“Animate”[x] 否定过滤器就太好了。这可能吗?或者任何人都可以在这种情况下使用否定正则表达式吗?

谢谢。

最佳答案

从 chrome 62 开始,您可以在开发工具中使用负过滤器。

在控制台过滤框中输入:

-<textToFilter> 

即:要删除带有文本“Animate”的条目,只需键入:

-Animate

更多信息:

https://developers.google.com/web/updates/2017/08/devtools-release-notes#negative-filters

关于google-chrome - 是否可以使用否定文本过滤 Chrome 控制台日志?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38823920/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com