How to access JSON that another script requested?
If you use your browser’s devtools you can easily see the JSON as a response to an XHR request in the Networking tab. How to access the same JSON in your own Javascript, e.g. from the context of an browser extension?