English | 简体中文
A chrome extension for modifing response text of ajax requests easily. You can use it to debug errors.
https://chrome.google.com/webstore/detail/ajax-interceptor/nhpjggchkhnlbgdfcbgpdpkifemomkpg
Example video:https://www.youtube.com/watch?v=OL87EPOEVIU
- You may have to restart chrome or refresh the current page after you added this extension.
- It is recommended that you turn off this extension(the icon should be gray) when you are not using it.
- This extension only overrides the response data in the XMLHTTPRequest object as well as the fetch method. The "real" response which you can see in DevTools' "Network" panel will not be changed.