Is it possible to hide extension resources in the Chrome web inspector network tab?

后端 未结 5 1447
失恋的感觉
失恋的感觉 2020-12-07 07:02

When I\'m viewing the downloaded resources for a page in the Chrome web inspector, I also see the HTML/JS/CSS requested by certain extensions.

5条回答
  •  感动是毒
    2020-12-07 07:30

    Not quite the solution I was after (I'd have preferred a global setting), but there is now a way to filter out requests from extensions, as mentioned by a commenter on the issue I originally opened.

    In the network tab filter box, enter the string -scheme:chrome-extension (as shown below):

    Dev tools filter input screenshot

    This is case-sensitive, so make sure it's lowercase. Doing this will hide all resources which were requested by extensions.

提交回复
热议问题