Link Search Menu Expand Document

Chrome Developer Tools

Open

Three dots > More tools > Developer tools:

Analyze the network

Network > All: image-20200811223627228

Analyze the JavaScript (in pretty mode)

Network > JS > Select file > Right click : Open in Source panel image-20200811223846877

Ugly view: image-20200811224035123

Pretty print: Click {}: image-20200811224213224

Pretty print view, nicer format: image-20200811224339748

Intercepting specific target

  • Target > Site Map > double click the Filter option to see the filter.

image-20200809163929973

  • Target > Scope > Use advanced scope control, protocol: Any + Host:

    image-20200809180411172

image-20200809164341931

  • Proxy > Option > Intercept Client Request (& Server Response) that matches the target:

    image-20200809164938495

  • Also exclude SVG:

    image-20200809172114692