Skip to content

H1D/network-interceptor-bookmarklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Network Interceptor

Bookmarklet to intercept and inspect XHR and Fetch network requests on any webpage.

Demo

Features

  • Captures both XMLHttpRequest and Fetch API calls
  • Displays method, URL, status code, and response time
  • Click to expand request details (headers, payload, response)
  • Color-coded HTTP methods (GET, POST, PUT, DELETE, PATCH)
  • Draggable overlay panel
  • Clear and close controls

Installation

Click here to install the bookmarklet (drag the "Install bookmarklet" button to your bookmarks bar)

Usage

  1. Navigate to any webpage
  2. Click the bookmarklet
  3. The interceptor panel appears in the top-right corner
  4. Perform actions that trigger network requests
  5. Click any request to see full details
  6. Drag the header to reposition the panel

Captured Data

  • Request: Method, URL, headers, payload
  • Response: Status code, headers, body (truncated at 5000 chars)
  • Timing: Request duration in milliseconds

Keywords: network interceptor, XHR inspector, fetch debugger, HTTP monitor, API debugger, request logger, browser devtools, web debugging, JavaScript debugging, bookmarklet tool

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors