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

前端 未结 8 2390
一整个雨季
一整个雨季 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:15

    Will changing host file help. Your system (windows, linux, mac) all check host before requesting DNS lookup. I use it when I wan tot block some slow advertisers.

    windows: c:\Windows\system32\drivers\etc\hosts

    linux & mac /etc/hosts

    * BE VERY CAREFUL TO MAKE BACK UPS *

提交回复
热议问题