I try to monitor a shop with a Tampermonkey script to get a notify-message if products are available. The shop sends automaticly GET-requests every 5 seconds. Is it possible to catch the response of such a request without starting the request in my script?
I don't need an interception. I just want to read out the last request like it is stored in the Network-Record in DevTool in Chorme