This feature can modify the response body, but it has the following requirements:
If you enable this feature, you may have the following problems:
As of now, this feature only supports custom functions.
You need to specify the webpage encoding in order for HE to decode the data.
If you don't know what encoding the webpage uses, please open the console (press F12), switch to the Network tab, refresh the current page, and observe the Content-Type in the Response Headers.
The function has two parameters: the first parameter is the decoded text, and the second parameter is the detail object of the custom function. Returns the modified text.
Detail object please see custom function document
For example, the following function will replace all "baidu" in the page with "Google"