Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试调查现有站点上的错误,因此我使用 devtools“Perfomance”和 JavaScript 分析器来了解调用链。报告中脚本过多的问题。调试时有一个很好的功能——黑盒,它有助于隐藏第三方脚本。但是有没有办法在探查器中进行黑盒?
DevTools 技术作家在这里。
但是有没有办法在探查器中进行黑盒?
我向团队询问了这个问题。围绕此功能进行了一项实验,但已将其删除。所以目前是不可能的。
如果您按Command+ F(Mac) 或Control+ F(Windows、Linux、Chrome OS),您可以打开性能面板的搜索框。也许这会有所帮助?