passos / HeaderEditor

Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests

Home Page:https://he.firefoxcn.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Header Editor

Build Status GitHub release license Gitter

An extension which can modify the request, include request headers, response headers, redirect requests, and cancel requests.

For more documentations, Please visit documentions

Get this extension

Firefox Logo Mozilla Add-on.

Chrome Logo Chrome Web Store.

Edge Logo Edge Add-ons.

Firefox Logo Install our self-distributed version.

About Permissions

Header Editor require those permissions:

  • tabs: Open links or switch to a tab

  • webRequest, webRequestBlocking, all_urls: Modify the requests

  • contextMenus: Add anti-hot-link to right-click menu

  • storage, unlimitedStorage: Storage rules and settings

  • downloads: Export rules

  • unsafe-eval: Custom function require it, code at src/options/App.vue#L657 and src/core/rules.js#L23 (The location may change in the future, you can search for the newest location by new Function)

Contribution

Contribute codes: Submiting a pull request

Thanks to the following personnel for their contribution:

Translation

English: Please submit a issue or pull request for file build/locales/original.json

Other: Transifex

The following are language maintainers, Thanks for their contribution. If you have any advice on translations, please contact the maintainer(s) directly.

How to build

Prepare

  • Install node, npm or yarn. (It is recommended to use yarn, or the build result may be inconsistent with the release version)

  • Clone this project, or download the source code and extract it

  • Run yarn or npm install

Build

  • Run yarn build or npm run build

  • Find build result at /dist

Development

  • Run yarn watch:dev or npm run watch:dev

  • Open browser, load extension from /dist directory or /dist/manifest.json

Licenses

Copyright © 2017-2019 FirefoxBar Team

Open source licensed under GPLv2.

About

Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests

https://he.firefoxcn.net/

License:GNU General Public License v2.0


Languages

Language:JavaScript 48.7%Language:Vue 41.2%Language:Less 4.4%Language:CSS 4.1%Language:HTML 0.9%Language:Shell 0.8%