An open API service indexing awesome lists of open source software.

https://github.com/brawl345/modify-headers-dnr

Modify request and response headers through the DeclarativeNetRequest API
https://github.com/brawl345/modify-headers-dnr

Last synced: 2 months ago
JSON representation

Modify request and response headers through the DeclarativeNetRequest API

Awesome Lists containing this project

README

        

## Modify Headers DNR

WebExtension to modify request and response headers through the [DeclarativeNetRequest](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/declarativeNetRequest) (DNR) API.

## Installation

- Available for Firefox on [addons.mozilla.org](https://addons.mozilla.org/firefox/addon/modify-headers-dnr/)

## Development

1. `git clone ...`
2. `npm ci`
3. `npm run dev`
4. `npm run start:chrome` or `npm run start:firefox`

## Screenshots

![Screenshot](screenshot-chrome-1.png?raw=true "Screenshot")

![Options](screenshot-chrome-2.png?raw=true "Options")