Skip to content

Latest commit

 

History

History
17 lines (7 loc) · 556 Bytes

File metadata and controls

17 lines (7 loc) · 556 Bytes

interceptor

  1. Go to "chrome://extensions" (or "brave://extensions", etc.)
  2. Enable Developer Mode
  3. Load unpacked, select the root folder of this repo extension_panel

xhr.js is a modified version of the production file at https://tms.artmuseums.harvard.edu/galsys/dojo/request/xhr.js

This extension accomplishes the same modification by overloading the XMLHttpRequest object and modifying the request when it comes in from the production version of xhr.js.