How to block a URL in Chrome's developer tools network monitor

前端 未结 8 2389
一整个雨季
一整个雨季 2020-12-04 17:46

I am currently analysing my page connections and I want to block some tracking scripts and other external URL calls in my network monitor inside Chrome\'s developer tools.

8条回答
  •  遥遥无期
    2020-12-04 18:22

    This is now achievable in Chrome 59 developer tools by blocking respective requests: https://developers.google.com/web/updates/2017/04/devtools-release-notes#block-requests. With this approach it is somehow difficult to turn off all the stylesheets, but it's easier to turn off just the most annoying ones.

提交回复
热议问题