You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://chrome.google.com/webstore/detail/header-editor/eningockdidmgiojffjmkdblpjocbhgh)
An extension which can modify the request, include request headers, response headers, redirect requests, and cancel requests.
13
+
An extension which can modify the request, include request headers, response headers, response body, redirect requests, and cancel requests.
13
14
14
15
It's 100% FREE, no ADs, no data collection.
15
16
16
-
For more documentations, Please visit [he.firefoxcn.net](https://he.firefoxcn.net)
17
+
Visit [he.firefoxcn.net](https://he.firefoxcn.net) for more documentations.
17
18
18
19
## Get this extension
19
20
20
-
| Browser | Lite Version | Full Version|
21
+
| Browser | Lite | Full |
21
22
| --- | --- | --- |
22
-
| Firefox |None |[Mozilla Add-on](https://addons.mozilla.org/en-US/firefox/addon/header-editor/) or our [self-distributed version](https://github.com/FirefoxBar/HeaderEditor/releases)|
23
+
| Firefox |[Mozilla Add-ons](https://addons.mozilla.org/en-US/firefox/addon/header-editor-lite/)|[Mozilla Add-ons](https://addons.mozilla.org/en-US/firefox/addon/header-editor/) or our [self-distributed version](https://github.com/FirefoxBar/HeaderEditor/releases)|
23
24
| Chrome |[Chrome Web Store](https://chrome.google.com/webstore/detail/header-editor/eningockdidmgiojffjmkdblpjocbhgh)|[Install full version](https://he.firefoxcn.net/en-US/guide/install-full-version)|
[Diff between Lite and Full Version](https://he.firefoxcn.net/en-US/guide/index.html)
28
+
26
29
## Permissions
27
30
28
31
Header Editor require those permissions:
@@ -33,6 +36,8 @@ Header Editor require those permissions:
33
36
34
37
*`storage`, `unlimitedStorage`: Storage rules and settings
35
38
39
+
*`debugger`: Modify response body in Chrome
40
+
36
41
*`unsafe-eval`: Execute custom function, code at [src/share/core/rule-utils.ts#L30](https://github.com/FirefoxBar/HeaderEditor/blob/dev/src/share/core/rule-utils.ts#L30) (may change in the future, you can search for the newest location by `new Function`)
37
42
38
43
## Contribution
@@ -47,13 +52,13 @@ English: Please submit a issue or pull request to file `locale/original/messages
47
52
48
53
Other language: Please translate them on [Transifex](https://app.transifex.com/sytec/header-editor/)
49
54
50
-
Please note that some languages (such as zh-Hans) will not be translated on transifex because the browser does not support them, click [here](https://developer.chrome.com/docs/webstore/i18n/#choosing-locales-to-support) to view full list
55
+
Please note that some languages (such as zh-Hans) will not be translated on transifex because the browser does not support them, [view full list](https://developer.chrome.com/docs/webstore/i18n/#choosing-locales-to-support).
51
56
52
57
## How to build
53
58
54
59
### Build
55
60
56
-
* Install node (18+) and pnpm.
61
+
* Install Node.js 20.x and pnpm 9.x.
57
62
* Clone this project, or download the source code and extract it.
58
63
* Run `pnpm i --frozen-lockfile`.
59
64
* Run build command
@@ -75,7 +80,7 @@ Please note that some languages (such as zh-Hans) will not be translated on tran
The custom function passes the arguments `val` and `detail`, where `detail` is the new parameter in version 2.3.0, see the description below. The return type varies depending on the rule type.
Copy file name to clipboardExpand all lines: docs/docs/en-US/guide/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Please choose a different installation method depending on your browser:
8
8
9
9
|| Browser | Lite Version | Full Version |
10
10
| --- | --- | --- | --- |
11
-
|| Firefox |None |[Mozilla Add-on](https://addons.mozilla.org/en-US/firefox/addon/header-editor/) or our [self-distributed version](https://github.com/FirefoxBar/HeaderEditor/releases)|
11
+
|| Firefox |[Mozilla Add-ons](https://addons.mozilla.org/en-US/firefox/addon/header-editor-lite/)|[Mozilla Add-ons](https://addons.mozilla.org/en-US/firefox/addon/header-editor/) or our [self-distributed version](https://github.com/FirefoxBar/HeaderEditor/releases)|
12
12
|| Chrome |[Chrome Web Store](https://chrome.google.com/webstore/detail/header-editor/eningockdidmgiojffjmkdblpjocbhgh)|[Install full version](./install-full-version)|
0 commit comments