aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 2dddaf7b331ab98eb2638f026d526a2cf3620179 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# httptool

An extension that simply exposes the [browser.webRequest](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest) APIs.

## Editing the script

Once installed, go to `about:extensions` -> httptool -> Preferences, then edit shit.

## Applying Changes

Changes are autosaved on edit, however to apply them, you need to disable and re-enable the addon, or restart the browser. This is to prevent us from needing to handle unregistering & re-registering anything.