A Chrome/Firefox extension that allows to edit request headers (add, modify, delete) for any domain. Aims to be fast via creating hooks instead of analysing each request.
Uber-useful for getting around paywalls.
After installing the extension, visit a test page.
An options page is actually a simple ini-config editor:
$ npm -g i json adieu browserify crx3-utils
$ npm i
$ make crx
The result should be in _out
dir.
MIT.