2026-05-01 21:45:16 +02:00
2026-02-19 00:06:37 +01:00
2026-01-12 13:40:16 +01:00
2026-03-19 15:15:20 +01:00
.
2026-01-12 13:52:14 +01:00

HTTP Toolkit Pro Patcher

A simple patcher to enable Pro features in HTTP Toolkit.

Updated by kristof.best (@ayyo42069) Original by (@XielQ)

Requirements

  • Node.js 15 or higher
  • HTTP Toolkit installed

Usage

# Install dependencies
npm install

# Apply the patch
node . patch

# Start HTTP Toolkit
node . start

# Restore original (if needed)
node . restore

How it works

  1. Extracts the app.asar from HTTP Toolkit
  2. Injects a local proxy server that intercepts UI requests
  3. Patches the subscription data on-the-fly to enable Pro features
  4. Flips Electron fuses to bypass ASAR integrity checks
  5. Repacks the app

Notes

  • Creates a backup at app.asar.bak before patching
  • You can set a custom proxy with the PROXY environment variable
  • Works offline after first run (caches UI files locally)

License

MIT

Disclaimer

Please buy the original license after using the program.
https://httptoolkit.com/

S
Description
No description provided
Readme
52 KiB
Languages
JavaScript 100%