Skip to content

l1183479157/ModifyAjaxResponse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 中文

ModifyAjaxResponse

Description

Chrome Extension, Modify response text of ajax requests

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 modified.

Preview

Preview

Installation(choose one of two)

Chrome Web Store Click to Redirect

Chrome Extension Developer Mode

  1. Download newest ModifyAjaxResponse.zip
  2. Open Chrome and go to: chrome://extensions/
  3. Enable "Developer mode"
  4. Click "Load unpacked extension"
  5. Select "ModifyAjaxResponse/src" directory
  6. OK

Thanks

  1. jQuery
  2. Bootstrap
  3. jquery-confirm
  4. toastr

License

See LICENSE for more details.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 87.1%
  • JavaScript 12.9%